Shades of Olive Drab #6C870C
Tints of Olive Drab #6C870C
RGB
CMYK
RGB Variations
Color information
#6C870C (or 0x6C870C) is known color: Olive Drab. HEX triplet: 6C, 87 and 0C. RGB value is (108,135,12). Sum of RGB (Red+Green+Blue) = 108+135+12=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #6C870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C870C is #9378F3. Grayscale: #717171. Windows color (decimal): -9664756 or 821100. OLE color: 821100.
HSL color Cylindrical-coordinate representation of color #6C870C: hue angle of 73.17º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C870C is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 12 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.47 |
| HSL | 73.17º | 0.84% | 0.29% | - |
| HSV(B) | 73.17º | 0.91% | 0.53% | - |
| XYZ | 14.91 | 20.54 | 3.53 | - |
| YUV | 112.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 12 | 0.2 | 0 | 0.91 | 0.47 | 73.17 | 0.84 | 0.29 |
| Hex | 6C | 87 | C | 14 | 0 | 5B | 2F | 49 | 54 | 1D |
| Octal | 154 | 207 | 14 | 24 | 0 | 133 | 57 | 111 | 124 | 35 |
| Binary | 1101100 | 10000111 | 1100 | 10100 | 0 | 1011011 | 101111 | 1001001 | 1010100 | 11101 |
Color Harmonies of #6C870C
Complementary color
Monochromatic Colors of #6C870C
Black with #6C870C
Text Example
Text Example
White with #6C870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C870C; }
p { color: rgb(108,135,12); }
H1.HeaderClassName
{
color: #6C870C;
}
.AnyTagClassName
{
color: #6C870C;
}
</style>
background-color css
<style>
a { background-color: #6C870C; }
a { background-color: rgb(108,135,12); }
div.DivClassName
{
background-color: #6C870C;
}
.BgClassName
{
background-color: #6C870C;
}
</style>
border-color css
<style>
span { border-color: #6C870C; }
span { border-color: rgb(108,135,12); }
td.TdClassName
{
border-color: #6C870C;
}
.TagClassName
{
border-color: #6C870C;
}
</style>