Shades of Olive Drab #6F882F
Tints of Olive Drab #6F882F
RGB
CMYK
RGB Variations
Color information
#6F882F (or 0x6F882F) is known color: Olive Drab. HEX triplet: 6F, 88 and 2F. RGB value is (111,136,47). Sum of RGB (Red+Green+Blue) = 111+136+47=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #6F882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F882F is #9077D0. Grayscale: #767676. Windows color (decimal): -9467857 or 3115119. OLE color: 3115119.
HSL color Cylindrical-coordinate representation of color #6F882F: hue angle of 76.85º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F882F is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 47 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.47 |
| HSL | 76.85º | 0.49% | 0.36% | - |
| HSV(B) | 76.85º | 0.65% | 0.53% | - |
| XYZ | 15.87 | 21.19 | 5.94 | - |
| YUV | 118.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 47 | 0.18 | 0 | 0.65 | 0.47 | 76.85 | 0.49 | 0.36 |
| Hex | 6F | 88 | 2F | 12 | 0 | 41 | 2F | 4D | 31 | 24 |
| Octal | 157 | 210 | 57 | 22 | 0 | 101 | 57 | 115 | 61 | 44 |
| Binary | 1101111 | 10001000 | 101111 | 10010 | 0 | 1000001 | 101111 | 1001101 | 110001 | 100100 |
Color Harmonies of #6F882F
Complementary color
Monochromatic Colors of #6F882F
Black with #6F882F
Text Example
Text Example
White with #6F882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F882F; }
p { color: rgb(111,136,47); }
H1.HeaderClassName
{
color: #6F882F;
}
.AnyTagClassName
{
color: #6F882F;
}
</style>
background-color css
<style>
a { background-color: #6F882F; }
a { background-color: rgb(111,136,47); }
div.DivClassName
{
background-color: #6F882F;
}
.BgClassName
{
background-color: #6F882F;
}
</style>
border-color css
<style>
span { border-color: #6F882F; }
span { border-color: rgb(111,136,47); }
td.TdClassName
{
border-color: #6F882F;
}
.TagClassName
{
border-color: #6F882F;
}
</style>