Shades of Olive Drab #6F880D
Tints of Olive Drab #6F880D
RGB
CMYK
RGB Variations
Color information
#6F880D (or 0x6F880D) is known color: Olive Drab. HEX triplet: 6F, 88 and 0D. RGB value is (111,136,13). Sum of RGB (Red+Green+Blue) = 111+136+13=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #6F880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F880D is #9077F2. Grayscale: #727272. Windows color (decimal): -9467891 or 886895. OLE color: 886895.
HSL color Cylindrical-coordinate representation of color #6F880D: hue angle of 72.2º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F880D is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 13 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.47 |
| HSL | 72.2º | 0.83% | 0.29% | - |
| HSV(B) | 72.2º | 0.9% | 0.53% | - |
| XYZ | 15.43 | 21.02 | 3.62 | - |
| YUV | 114.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 13 | 0.18 | 0 | 0.90 | 0.47 | 72.2 | 0.83 | 0.29 |
| Hex | 6F | 88 | D | 12 | 0 | 5A | 2F | 48 | 53 | 1D |
| Octal | 157 | 210 | 15 | 22 | 0 | 132 | 57 | 110 | 123 | 35 |
| Binary | 1101111 | 10001000 | 1101 | 10010 | 0 | 1011010 | 101111 | 1001000 | 1010011 | 11101 |
Color Harmonies of #6F880D
Complementary color
Monochromatic Colors of #6F880D
Black with #6F880D
Text Example
Text Example
White with #6F880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F880D; }
p { color: rgb(111,136,13); }
H1.HeaderClassName
{
color: #6F880D;
}
.AnyTagClassName
{
color: #6F880D;
}
</style>
background-color css
<style>
a { background-color: #6F880D; }
a { background-color: rgb(111,136,13); }
div.DivClassName
{
background-color: #6F880D;
}
.BgClassName
{
background-color: #6F880D;
}
</style>
border-color css
<style>
span { border-color: #6F880D; }
span { border-color: rgb(111,136,13); }
td.TdClassName
{
border-color: #6F880D;
}
.TagClassName
{
border-color: #6F880D;
}
</style>