Shades of Olive Drab #6F841E
Tints of Olive Drab #6F841E
RGB
CMYK
RGB Variations
Color information
#6F841E (or 0x6F841E) is known color: Olive Drab. HEX triplet: 6F, 84 and 1E. RGB value is (111,132,30). Sum of RGB (Red+Green+Blue) = 111+132+30=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #6F841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F841E is #907BE1. Grayscale: #727272. Windows color (decimal): -9468898 or 1999983. OLE color: 1999983.
HSL color Cylindrical-coordinate representation of color #6F841E: hue angle of 72.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F841E is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 30 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.48 |
| HSL | 72.35º | 0.63% | 0.32% | - |
| HSV(B) | 72.35º | 0.77% | 0.52% | - |
| XYZ | 15.04 | 19.98 | 4.29 | - |
| YUV | 114.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 30 | 0.16 | 0 | 0.77 | 0.48 | 72.35 | 0.63 | 0.32 |
| Hex | 6F | 84 | 1E | 10 | 0 | 4D | 30 | 48 | 3F | 20 |
| Octal | 157 | 204 | 36 | 20 | 0 | 115 | 60 | 110 | 77 | 40 |
| Binary | 1101111 | 10000100 | 11110 | 10000 | 0 | 1001101 | 110000 | 1001000 | 111111 | 100000 |
Color Harmonies of #6F841E
Complementary color
Monochromatic Colors of #6F841E
Black with #6F841E
Text Example
Text Example
White with #6F841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F841E; }
p { color: rgb(111,132,30); }
H1.HeaderClassName
{
color: #6F841E;
}
.AnyTagClassName
{
color: #6F841E;
}
</style>
background-color css
<style>
a { background-color: #6F841E; }
a { background-color: rgb(111,132,30); }
div.DivClassName
{
background-color: #6F841E;
}
.BgClassName
{
background-color: #6F841E;
}
</style>
border-color css
<style>
span { border-color: #6F841E; }
span { border-color: rgb(111,132,30); }
td.TdClassName
{
border-color: #6F841E;
}
.TagClassName
{
border-color: #6F841E;
}
</style>