Shades of Olive Drab #6C8411
Tints of Olive Drab #6C8411
RGB
CMYK
RGB Variations
Color information
#6C8411 (or 0x6C8411) is known color: Olive Drab. HEX triplet: 6C, 84 and 11. RGB value is (108,132,17). Sum of RGB (Red+Green+Blue) = 108+132+17=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8411 is #937BEE. Grayscale: #707070. Windows color (decimal): -9665519 or 1148012. OLE color: 1148012.
HSL color Cylindrical-coordinate representation of color #6C8411: hue angle of 72.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C8411 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 17 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.48 |
| HSL | 72.52º | 0.77% | 0.29% | - |
| HSV(B) | 72.52º | 0.87% | 0.52% | - |
| XYZ | 14.54 | 19.73 | 3.57 | - |
| YUV | 111.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 17 | 0.18 | 0 | 0.87 | 0.48 | 72.52 | 0.77 | 0.29 |
| Hex | 6C | 84 | 11 | 12 | 0 | 57 | 30 | 49 | 4D | 1D |
| Octal | 154 | 204 | 21 | 22 | 0 | 127 | 60 | 111 | 115 | 35 |
| Binary | 1101100 | 10000100 | 10001 | 10010 | 0 | 1010111 | 110000 | 1001001 | 1001101 | 11101 |
Color Harmonies of #6C8411
Complementary color
Monochromatic Colors of #6C8411
Black with #6C8411
Text Example
Text Example
White with #6C8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8411; }
p { color: rgb(108,132,17); }
H1.HeaderClassName
{
color: #6C8411;
}
.AnyTagClassName
{
color: #6C8411;
}
</style>
background-color css
<style>
a { background-color: #6C8411; }
a { background-color: rgb(108,132,17); }
div.DivClassName
{
background-color: #6C8411;
}
.BgClassName
{
background-color: #6C8411;
}
</style>
border-color css
<style>
span { border-color: #6C8411; }
span { border-color: rgb(108,132,17); }
td.TdClassName
{
border-color: #6C8411;
}
.TagClassName
{
border-color: #6C8411;
}
</style>