Shades of Olive Drab #6C9814
Tints of Olive Drab #6C9814
RGB
CMYK
RGB Variations
Color information
#6C9814 (or 0x6C9814) is known color: Olive Drab. HEX triplet: 6C, 98 and 14. RGB value is (108,152,20). Sum of RGB (Red+Green+Blue) = 108+152+20=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #6C9814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9814 is #9367EB. Grayscale: #7C7C7C. Windows color (decimal): -9660396 or 1349740. OLE color: 1349740.
HSL color Cylindrical-coordinate representation of color #6C9814: hue angle of 80º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C9814 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 152 | 20 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.40 |
| HSL | 80º | 0.77% | 0.34% | - |
| HSV(B) | 80º | 0.87% | 0.6% | - |
| XYZ | 17.54 | 25.7 | 4.7 | - |
| YUV | 123.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 152 | 20 | 0.29 | 0 | 0.87 | 0.40 | 80 | 0.77 | 0.34 |
| Hex | 6C | 98 | 14 | 1D | 0 | 57 | 28 | 50 | 4D | 22 |
| Octal | 154 | 230 | 24 | 35 | 0 | 127 | 50 | 120 | 115 | 42 |
| Binary | 1101100 | 10011000 | 10100 | 11101 | 0 | 1010111 | 101000 | 1010000 | 1001101 | 100010 |
Color Harmonies of #6C9814
Complementary color
Monochromatic Colors of #6C9814
Black with #6C9814
Text Example
Text Example
White with #6C9814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9814; }
p { color: rgb(108,152,20); }
H1.HeaderClassName
{
color: #6C9814;
}
.AnyTagClassName
{
color: #6C9814;
}
</style>
background-color css
<style>
a { background-color: #6C9814; }
a { background-color: rgb(108,152,20); }
div.DivClassName
{
background-color: #6C9814;
}
.BgClassName
{
background-color: #6C9814;
}
</style>
border-color css
<style>
span { border-color: #6C9814; }
span { border-color: rgb(108,152,20); }
td.TdClassName
{
border-color: #6C9814;
}
.TagClassName
{
border-color: #6C9814;
}
</style>