Shades of Olive Drab #6A8E34
Tints of Olive Drab #6A8E34
RGB
CMYK
RGB Variations
Color information
#6A8E34 (or 0x6A8E34) is known color: Olive Drab. HEX triplet: 6A, 8E and 34. RGB value is (106,142,52). Sum of RGB (Red+Green+Blue) = 106+142+52=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E34 is #9571CB. Grayscale: #797979. Windows color (decimal): -9793996 or 3444330. OLE color: 3444330.
HSL color Cylindrical-coordinate representation of color #6A8E34: hue angle of 84º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A8E34 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 52 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.44 |
| HSL | 84º | 0.46% | 0.38% | - |
| HSV(B) | 84º | 0.63% | 0.56% | - |
| XYZ | 16.24 | 22.66 | 6.77 | - |
| YUV | 120.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 52 | 0.25 | 0 | 0.63 | 0.44 | 84 | 0.46 | 0.38 |
| Hex | 6A | 8E | 34 | 19 | 0 | 3F | 2C | 54 | 2E | 26 |
| Octal | 152 | 216 | 64 | 31 | 0 | 77 | 54 | 124 | 56 | 46 |
| Binary | 1101010 | 10001110 | 110100 | 11001 | 0 | 111111 | 101100 | 1010100 | 101110 | 100110 |
Color Harmonies of #6A8E34
Complementary color
Monochromatic Colors of #6A8E34
Black with #6A8E34
Text Example
Text Example
White with #6A8E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E34; }
p { color: rgb(106,142,52); }
H1.HeaderClassName
{
color: #6A8E34;
}
.AnyTagClassName
{
color: #6A8E34;
}
</style>
background-color css
<style>
a { background-color: #6A8E34; }
a { background-color: rgb(106,142,52); }
div.DivClassName
{
background-color: #6A8E34;
}
.BgClassName
{
background-color: #6A8E34;
}
</style>
border-color css
<style>
span { border-color: #6A8E34; }
span { border-color: rgb(106,142,52); }
td.TdClassName
{
border-color: #6A8E34;
}
.TagClassName
{
border-color: #6A8E34;
}
</style>