Shades of Olive Drab #6F911F
Tints of Olive Drab #6F911F
RGB
CMYK
RGB Variations
Color information
#6F911F (or 0x6F911F) is known color: Olive Drab. HEX triplet: 6F, 91 and 1F. RGB value is (111,145,31). Sum of RGB (Red+Green+Blue) = 111+145+31=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #6F911F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F911F is #906EE0. Grayscale: #7A7A7A. Windows color (decimal): -9465569 or 2068847. OLE color: 2068847.
HSL color Cylindrical-coordinate representation of color #6F911F: hue angle of 77.89º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F911F is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 31 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.43 |
| HSL | 77.89º | 0.65% | 0.35% | - |
| HSV(B) | 77.89º | 0.79% | 0.57% | - |
| XYZ | 16.93 | 23.73 | 4.98 | - |
| YUV | 121.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 31 | 0.23 | 0 | 0.79 | 0.43 | 77.89 | 0.65 | 0.35 |
| Hex | 6F | 91 | 1F | 17 | 0 | 4F | 2B | 4E | 41 | 23 |
| Octal | 157 | 221 | 37 | 27 | 0 | 117 | 53 | 116 | 101 | 43 |
| Binary | 1101111 | 10010001 | 11111 | 10111 | 0 | 1001111 | 101011 | 1001110 | 1000001 | 100011 |
Color Harmonies of #6F911F
Complementary color
Monochromatic Colors of #6F911F
Black with #6F911F
Text Example
Text Example
White with #6F911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F911F; }
p { color: rgb(111,145,31); }
H1.HeaderClassName
{
color: #6F911F;
}
.AnyTagClassName
{
color: #6F911F;
}
</style>
background-color css
<style>
a { background-color: #6F911F; }
a { background-color: rgb(111,145,31); }
div.DivClassName
{
background-color: #6F911F;
}
.BgClassName
{
background-color: #6F911F;
}
</style>
border-color css
<style>
span { border-color: #6F911F; }
span { border-color: rgb(111,145,31); }
td.TdClassName
{
border-color: #6F911F;
}
.TagClassName
{
border-color: #6F911F;
}
</style>