Shades of Olive Drab #6F892E
Tints of Olive Drab #6F892E
RGB
CMYK
RGB Variations
Color information
#6F892E (or 0x6F892E) is known color: Olive Drab. HEX triplet: 6F, 89 and 2E. RGB value is (111,137,46). Sum of RGB (Red+Green+Blue) = 111+137+46=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #6F892E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F892E is #9076D1. Grayscale: #777777. Windows color (decimal): -9467602 or 3049839. OLE color: 3049839.
HSL color Cylindrical-coordinate representation of color #6F892E: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F892E is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 46 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.46 |
| HSL | 77.14º | 0.5% | 0.36% | - |
| HSV(B) | 77.14º | 0.66% | 0.54% | - |
| XYZ | 15.99 | 21.47 | 5.89 | - |
| YUV | 118.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 46 | 0.19 | 0 | 0.66 | 0.46 | 77.14 | 0.5 | 0.36 |
| Hex | 6F | 89 | 2E | 13 | 0 | 42 | 2E | 4D | 32 | 24 |
| Octal | 157 | 211 | 56 | 23 | 0 | 102 | 56 | 115 | 62 | 44 |
| Binary | 1101111 | 10001001 | 101110 | 10011 | 0 | 1000010 | 101110 | 1001101 | 110010 | 100100 |
Color Harmonies of #6F892E
Complementary color
Monochromatic Colors of #6F892E
Black with #6F892E
Text Example
Text Example
White with #6F892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F892E; }
p { color: rgb(111,137,46); }
H1.HeaderClassName
{
color: #6F892E;
}
.AnyTagClassName
{
color: #6F892E;
}
</style>
background-color css
<style>
a { background-color: #6F892E; }
a { background-color: rgb(111,137,46); }
div.DivClassName
{
background-color: #6F892E;
}
.BgClassName
{
background-color: #6F892E;
}
</style>
border-color css
<style>
span { border-color: #6F892E; }
span { border-color: rgb(111,137,46); }
td.TdClassName
{
border-color: #6F892E;
}
.TagClassName
{
border-color: #6F892E;
}
</style>