Shades of Olive Drab #6C8116
Tints of Olive Drab #6C8116
RGB
CMYK
RGB Variations
Color information
#6C8116 (or 0x6C8116) is known color: Olive Drab. HEX triplet: 6C, 81 and 16. RGB value is (108,129,22). Sum of RGB (Red+Green+Blue) = 108+129+22=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8116 is #937EE9. Grayscale: #6E6E6E. Windows color (decimal): -9666282 or 1474924. OLE color: 1474924.
HSL color Cylindrical-coordinate representation of color #6C8116: hue angle of 71.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C8116 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 129 | 22 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.49 |
| HSL | 71.78º | 0.71% | 0.3% | - |
| HSV(B) | 71.78º | 0.83% | 0.51% | - |
| XYZ | 14.18 | 18.95 | 3.67 | - |
| YUV | 110.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 129 | 22 | 0.16 | 0 | 0.83 | 0.49 | 71.78 | 0.71 | 0.3 |
| Hex | 6C | 81 | 16 | 10 | 0 | 53 | 31 | 48 | 47 | 1E |
| Octal | 154 | 201 | 26 | 20 | 0 | 123 | 61 | 110 | 107 | 36 |
| Binary | 1101100 | 10000001 | 10110 | 10000 | 0 | 1010011 | 110001 | 1001000 | 1000111 | 11110 |
Color Harmonies of #6C8116
Complementary color
Monochromatic Colors of #6C8116
Black with #6C8116
Text Example
Text Example
White with #6C8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8116; }
p { color: rgb(108,129,22); }
H1.HeaderClassName
{
color: #6C8116;
}
.AnyTagClassName
{
color: #6C8116;
}
</style>
background-color css
<style>
a { background-color: #6C8116; }
a { background-color: rgb(108,129,22); }
div.DivClassName
{
background-color: #6C8116;
}
.BgClassName
{
background-color: #6C8116;
}
</style>
border-color css
<style>
span { border-color: #6C8116; }
span { border-color: rgb(108,129,22); }
td.TdClassName
{
border-color: #6C8116;
}
.TagClassName
{
border-color: #6C8116;
}
</style>