Shades of Olive Drab #6F8E37
Tints of Olive Drab #6F8E37
RGB
CMYK
RGB Variations
Color information
#6F8E37 (or 0x6F8E37) is known color: Olive Drab. HEX triplet: 6F, 8E and 37. RGB value is (111,142,55). Sum of RGB (Red+Green+Blue) = 111+142+55=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E37 is #9071C8. Grayscale: #7B7B7B. Windows color (decimal): -9466313 or 3640943. OLE color: 3640943.
HSL color Cylindrical-coordinate representation of color #6F8E37: hue angle of 81.38º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F8E37 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 55 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.44 |
| HSL | 81.38º | 0.44% | 0.39% | - |
| HSV(B) | 81.38º | 0.61% | 0.56% | - |
| XYZ | 16.92 | 23 | 7.16 | - |
| YUV | 122.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 55 | 0.22 | 0 | 0.61 | 0.44 | 81.38 | 0.44 | 0.39 |
| Hex | 6F | 8E | 37 | 16 | 0 | 3D | 2C | 51 | 2C | 27 |
| Octal | 157 | 216 | 67 | 26 | 0 | 75 | 54 | 121 | 54 | 47 |
| Binary | 1101111 | 10001110 | 110111 | 10110 | 0 | 111101 | 101100 | 1010001 | 101100 | 100111 |
Color Harmonies of #6F8E37
Complementary color
Monochromatic Colors of #6F8E37
Black with #6F8E37
Text Example
Text Example
White with #6F8E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E37; }
p { color: rgb(111,142,55); }
H1.HeaderClassName
{
color: #6F8E37;
}
.AnyTagClassName
{
color: #6F8E37;
}
</style>
background-color css
<style>
a { background-color: #6F8E37; }
a { background-color: rgb(111,142,55); }
div.DivClassName
{
background-color: #6F8E37;
}
.BgClassName
{
background-color: #6F8E37;
}
</style>
border-color css
<style>
span { border-color: #6F8E37; }
span { border-color: rgb(111,142,55); }
td.TdClassName
{
border-color: #6F8E37;
}
.TagClassName
{
border-color: #6F8E37;
}
</style>