Shades of Olive Drab #6F8E11
Tints of Olive Drab #6F8E11
RGB
CMYK
RGB Variations
Color information
#6F8E11 (or 0x6F8E11) is known color: Olive Drab. HEX triplet: 6F, 8E and 11. RGB value is (111,142,17). Sum of RGB (Red+Green+Blue) = 111+142+17=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8E11 is #9071EE. Grayscale: #767676. Windows color (decimal): -9466351 or 1150575. OLE color: 1150575.
HSL color Cylindrical-coordinate representation of color #6F8E11: hue angle of 74.88º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F8E11 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 17 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.44 |
| HSL | 74.88º | 0.79% | 0.31% | - |
| HSV(B) | 74.88º | 0.88% | 0.56% | - |
| XYZ | 16.33 | 22.77 | 4.06 | - |
| YUV | 118.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 17 | 0.22 | 0 | 0.88 | 0.44 | 74.88 | 0.79 | 0.31 |
| Hex | 6F | 8E | 11 | 16 | 0 | 58 | 2C | 4B | 4F | 1F |
| Octal | 157 | 216 | 21 | 26 | 0 | 130 | 54 | 113 | 117 | 37 |
| Binary | 1101111 | 10001110 | 10001 | 10110 | 0 | 1011000 | 101100 | 1001011 | 1001111 | 11111 |
Color Harmonies of #6F8E11
Complementary color
Monochromatic Colors of #6F8E11
Black with #6F8E11
Text Example
Text Example
White with #6F8E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E11; }
p { color: rgb(111,142,17); }
H1.HeaderClassName
{
color: #6F8E11;
}
.AnyTagClassName
{
color: #6F8E11;
}
</style>
background-color css
<style>
a { background-color: #6F8E11; }
a { background-color: rgb(111,142,17); }
div.DivClassName
{
background-color: #6F8E11;
}
.BgClassName
{
background-color: #6F8E11;
}
</style>
border-color css
<style>
span { border-color: #6F8E11; }
span { border-color: rgb(111,142,17); }
td.TdClassName
{
border-color: #6F8E11;
}
.TagClassName
{
border-color: #6F8E11;
}
</style>