Shades of Olive Drab #6F8E39
Tints of Olive Drab #6F8E39
RGB
CMYK
RGB Variations
Color information
#6F8E39 (or 0x6F8E39) is known color: Olive Drab. HEX triplet: 6F, 8E and 39. RGB value is (111,142,57). Sum of RGB (Red+Green+Blue) = 111+142+57=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E39 is #9071C6. Grayscale: #7B7B7B. Windows color (decimal): -9466311 or 3772015. OLE color: 3772015.
HSL color Cylindrical-coordinate representation of color #6F8E39: hue angle of 81.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F8E39 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 57 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.44 |
| HSL | 81.88º | 0.43% | 0.39% | - |
| HSV(B) | 81.88º | 0.6% | 0.56% | - |
| XYZ | 16.97 | 23.02 | 7.42 | - |
| YUV | 123.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 57 | 0.22 | 0 | 0.60 | 0.44 | 81.88 | 0.43 | 0.39 |
| Hex | 6F | 8E | 39 | 16 | 0 | 3C | 2C | 52 | 2B | 27 |
| Octal | 157 | 216 | 71 | 26 | 0 | 74 | 54 | 122 | 53 | 47 |
| Binary | 1101111 | 10001110 | 111001 | 10110 | 0 | 111100 | 101100 | 1010010 | 101011 | 100111 |
Color Harmonies of #6F8E39
Complementary color
Monochromatic Colors of #6F8E39
Black with #6F8E39
Text Example
Text Example
White with #6F8E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E39; }
p { color: rgb(111,142,57); }
H1.HeaderClassName
{
color: #6F8E39;
}
.AnyTagClassName
{
color: #6F8E39;
}
</style>
background-color css
<style>
a { background-color: #6F8E39; }
a { background-color: rgb(111,142,57); }
div.DivClassName
{
background-color: #6F8E39;
}
.BgClassName
{
background-color: #6F8E39;
}
</style>
border-color css
<style>
span { border-color: #6F8E39; }
span { border-color: rgb(111,142,57); }
td.TdClassName
{
border-color: #6F8E39;
}
.TagClassName
{
border-color: #6F8E39;
}
</style>