Shades of Olive Drab #6F9119
Tints of Olive Drab #6F9119
RGB
CMYK
RGB Variations
Color information
#6F9119 (or 0x6F9119) is known color: Olive Drab. HEX triplet: 6F, 91 and 19. RGB value is (111,145,25). Sum of RGB (Red+Green+Blue) = 111+145+25=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9119 is #906EE6. Grayscale: #797979. Windows color (decimal): -9465575 or 1675631. OLE color: 1675631.
HSL color Cylindrical-coordinate representation of color #6F9119: hue angle of 77º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F9119 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 25 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.43 |
| HSL | 77º | 0.71% | 0.33% | - |
| HSV(B) | 77º | 0.83% | 0.57% | - |
| XYZ | 16.86 | 23.7 | 4.61 | - |
| YUV | 121.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 25 | 0.23 | 0 | 0.83 | 0.43 | 77 | 0.71 | 0.33 |
| Hex | 6F | 91 | 19 | 17 | 0 | 53 | 2B | 4D | 47 | 21 |
| Octal | 157 | 221 | 31 | 27 | 0 | 123 | 53 | 115 | 107 | 41 |
| Binary | 1101111 | 10010001 | 11001 | 10111 | 0 | 1010011 | 101011 | 1001101 | 1000111 | 100001 |
Color Harmonies of #6F9119
Complementary color
Monochromatic Colors of #6F9119
Black with #6F9119
Text Example
Text Example
White with #6F9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9119; }
p { color: rgb(111,145,25); }
H1.HeaderClassName
{
color: #6F9119;
}
.AnyTagClassName
{
color: #6F9119;
}
</style>
background-color css
<style>
a { background-color: #6F9119; }
a { background-color: rgb(111,145,25); }
div.DivClassName
{
background-color: #6F9119;
}
.BgClassName
{
background-color: #6F9119;
}
</style>
border-color css
<style>
span { border-color: #6F9119; }
span { border-color: rgb(111,145,25); }
td.TdClassName
{
border-color: #6F9119;
}
.TagClassName
{
border-color: #6F9119;
}
</style>