Shades of Olive Drab #6F880C
Tints of Olive Drab #6F880C
RGB
CMYK
RGB Variations
Color information
#6F880C (or 0x6F880C) is known color: Olive Drab. HEX triplet: 6F, 88 and 0C. RGB value is (111,136,12). Sum of RGB (Red+Green+Blue) = 111+136+12=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #6F880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F880C is #9077F3. Grayscale: #727272. Windows color (decimal): -9467892 or 821359. OLE color: 821359.
HSL color Cylindrical-coordinate representation of color #6F880C: hue angle of 72.1º 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 #6F880C is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 12 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.47 |
| HSL | 72.1º | 0.84% | 0.29% | - |
| HSV(B) | 72.1º | 0.91% | 0.53% | - |
| XYZ | 15.43 | 21.01 | 3.59 | - |
| YUV | 114.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 12 | 0.18 | 0 | 0.91 | 0.47 | 72.1 | 0.84 | 0.29 |
| Hex | 6F | 88 | C | 12 | 0 | 5B | 2F | 48 | 54 | 1D |
| Octal | 157 | 210 | 14 | 22 | 0 | 133 | 57 | 110 | 124 | 35 |
| Binary | 1101111 | 10001000 | 1100 | 10010 | 0 | 1011011 | 101111 | 1001000 | 1010100 | 11101 |
Color Harmonies of #6F880C
Complementary color
Monochromatic Colors of #6F880C
Black with #6F880C
Text Example
Text Example
White with #6F880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F880C; }
p { color: rgb(111,136,12); }
H1.HeaderClassName
{
color: #6F880C;
}
.AnyTagClassName
{
color: #6F880C;
}
</style>
background-color css
<style>
a { background-color: #6F880C; }
a { background-color: rgb(111,136,12); }
div.DivClassName
{
background-color: #6F880C;
}
.BgClassName
{
background-color: #6F880C;
}
</style>
border-color css
<style>
span { border-color: #6F880C; }
span { border-color: rgb(111,136,12); }
td.TdClassName
{
border-color: #6F880C;
}
.TagClassName
{
border-color: #6F880C;
}
</style>