Shades of Olive Drab #6A8C34
Tints of Olive Drab #6A8C34
RGB
CMYK
RGB Variations
Color information
#6A8C34 (or 0x6A8C34) is known color: Olive Drab. HEX triplet: 6A, 8C and 34. RGB value is (106,140,52). Sum of RGB (Red+Green+Blue) = 106+140+52=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8C34 is #9573CB. Grayscale: #787878. Windows color (decimal): -9794508 or 3443818. OLE color: 3443818.
HSL color Cylindrical-coordinate representation of color #6A8C34: hue angle of 83.18º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A8C34 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 140 | 52 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.45 |
| HSL | 83.18º | 0.46% | 0.38% | - |
| HSV(B) | 83.18º | 0.63% | 0.55% | - |
| XYZ | 15.94 | 22.07 | 6.67 | - |
| YUV | 119.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 140 | 52 | 0.24 | 0 | 0.63 | 0.45 | 83.18 | 0.46 | 0.38 |
| Hex | 6A | 8C | 34 | 18 | 0 | 3F | 2D | 53 | 2E | 26 |
| Octal | 152 | 214 | 64 | 30 | 0 | 77 | 55 | 123 | 56 | 46 |
| Binary | 1101010 | 10001100 | 110100 | 11000 | 0 | 111111 | 101101 | 1010011 | 101110 | 100110 |
Color Harmonies of #6A8C34
Complementary color
Monochromatic Colors of #6A8C34
Black with #6A8C34
Text Example
Text Example
White with #6A8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8C34; }
p { color: rgb(106,140,52); }
H1.HeaderClassName
{
color: #6A8C34;
}
.AnyTagClassName
{
color: #6A8C34;
}
</style>
background-color css
<style>
a { background-color: #6A8C34; }
a { background-color: rgb(106,140,52); }
div.DivClassName
{
background-color: #6A8C34;
}
.BgClassName
{
background-color: #6A8C34;
}
</style>
border-color css
<style>
span { border-color: #6A8C34; }
span { border-color: rgb(106,140,52); }
td.TdClassName
{
border-color: #6A8C34;
}
.TagClassName
{
border-color: #6A8C34;
}
</style>