COLOR #6A9958

HEX: #6A9958
RGB: (106,153,88)

Color info

#6A9958 contains mainly red and green colors. Web safe color of #6A9958 is #669966 (or #696).

RGB color model

#6A9958 color RGB value is (106,153,88).

  • red value is 106;
  • green value is 153;
  • blue value is 88.
RGB:
(106,153,88)
(42%,60%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 153 of 255 = 60%
B 88 of 255 = 35%

106
153
88

R + G + B ~ 46%. #6A9958 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 153 + 88 = 347 (100%)
R 106 of 347 ~ 30.55%
G 153 of 347 ~ 44.09%
B 88 of 347 ~ 25.36%

%30.55
%44.09
%25.36

CMYK color model

#6A9958 color CMYK value is (31,0,42,40).

  • cyan value is 30.72%
  • magenta value is 0.00%
  • yellow value is 42.48%
  • key color value is 40.00%
CMYK:
(31,0,42,40)
C31M0Y42K40 
(31%,0%,42%,40%)
(0.31/0.00/0.42/0.40)	

CMYK percentages

%30.72
%0
%42.48
%40

Codes

Color #6A9958 in popluar color models

6A9958
RGB10615388
HSL103°26.97%47.25%
HSB/HSV103°42.48%60.00%
CMYK30.72%0.00%42.48%
40.00%

Color #6A9958 in popluar number systems.

HEX6A9958
Decimal10615388
Binary1101010100110011011000
Octal152231130

Shades and tints

Shades of #6A9958

#6A9958
(106,153,88)
#618C50
(97,140,80)
#587F48
(88,127,72)
#4F7240
(79,114,64)
#466538
(70,101,56)
#3D5830
(61,88,48)
#344B28
(52,75,40)
#2B3E20
(43,62,32)
#223118
(34,49,24)
#192410
(25,36,16)
#101708
(16,23,8)
#000000
(0,0,0)

Tints of #6A9958

#6A9958
(106,153,88)
#77A267
(119,162,103)
#84AB76
(132,171,118)
#91B485
(145,180,133)
#9EBD94
(158,189,148)
#ABC6A3
(171,198,163)
#B8CFB2
(184,207,178)
#C5D8C1
(197,216,193)
#D2E1D0
(210,225,208)
#DFEADF
(223,234,223)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9958 color. Also use rgb(106,153,88) instead hex code.

Text Font Color

.myTextColor { color: #6A9958; }

<p style="color:#6A9958">This sample text font color is #6A9958.</p>

This text font color is #6A9958.


Background Color

.myBgColor { background-color: #6A9958; }

<div style="background-color:#6A9958">Inner text</div>

This div background color is #6A9958.


Border color

.myBorderColor { border: 1px solid #6A9958; }

<div style="border:3px solid #6A9958">Div</div>

This div border color is #6A9958.


Opacity

.myOpacity80 { color: #6A9958; opacity: 0.8; }

<p style="color:#6A9958;opacity:0.8;">80%</p>

Text with #6A9958 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6A9958;}

<p style="text-shadow: 3px 3px 1px #6A9958">Text here.</p>

This text has shadow with #6A9958 color.

.textShadow {text-shadow: 3px 3px 1px #6A9958, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6A9958, 5px 5px 20px red">Text here.</p>

This text has shadow with #6A9958 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A9958, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6A9958, Direction=45, Strength=4)">Text</p>

This text has shadow with #6A9958 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6A9958;
  -webkit-box-shadow:	1px 1px 3px 2px #6A9958;
  box-shadow:		1px 1px 3px 2px #6A9958;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6A9958;
-webkit-box-shadow: 1px 1px 3px 2px #6A9958;
box-shadow:1px 1px 3px 2px #6A9958;">
Div content here</div>
This div box has shadow with color #6A9958.

Preview

Color preview on black background

This text has color #6A9958 on black background.


Color preview on white background

This text has color #6A9958 on white background.



Black color preview on #6A9958 background

This text has black color on #6A9958 background.


White color preview on #6A9958 background

This text has white color on #6A9958 background.