Shades of Olive Drab #6C8711
Tints of Olive Drab #6C8711
RGB
CMYK
RGB Variations
Color information
#6C8711 (or 0x6C8711) is known color: Olive Drab. HEX triplet: 6C, 87 and 11. RGB value is (108,135,17). Sum of RGB (Red+Green+Blue) = 108+135+17=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8711 is #9378EE. Grayscale: #717171. Windows color (decimal): -9664751 or 1148780. OLE color: 1148780.
HSL color Cylindrical-coordinate representation of color #6C8711: hue angle of 73.73º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C8711 is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 17 | - |
| CMYK | 0.2 | 0 | 0.87 | 0.47 |
| HSL | 73.73º | 0.78% | 0.3% | - |
| HSV(B) | 73.73º | 0.87% | 0.53% | - |
| XYZ | 14.95 | 20.56 | 3.71 | - |
| YUV | 113.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 17 | 0.2 | 0 | 0.87 | 0.47 | 73.73 | 0.78 | 0.3 |
| Hex | 6C | 87 | 11 | 14 | 0 | 57 | 2F | 4A | 4E | 1E |
| Octal | 154 | 207 | 21 | 24 | 0 | 127 | 57 | 112 | 116 | 36 |
| Binary | 1101100 | 10000111 | 10001 | 10100 | 0 | 1010111 | 101111 | 1001010 | 1001110 | 11110 |
Color Harmonies of #6C8711
Complementary color
Monochromatic Colors of #6C8711
Black with #6C8711
Text Example
Text Example
White with #6C8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8711; }
p { color: rgb(108,135,17); }
H1.HeaderClassName
{
color: #6C8711;
}
.AnyTagClassName
{
color: #6C8711;
}
</style>
background-color css
<style>
a { background-color: #6C8711; }
a { background-color: rgb(108,135,17); }
div.DivClassName
{
background-color: #6C8711;
}
.BgClassName
{
background-color: #6C8711;
}
</style>
border-color css
<style>
span { border-color: #6C8711; }
span { border-color: rgb(108,135,17); }
td.TdClassName
{
border-color: #6C8711;
}
.TagClassName
{
border-color: #6C8711;
}
</style>