Shades of Olive Drab #6F9124
Tints of Olive Drab #6F9124
RGB
CMYK
RGB Variations
Color information
#6F9124 (or 0x6F9124) is known color: Olive Drab. HEX triplet: 6F, 91 and 24. RGB value is (111,145,36). Sum of RGB (Red+Green+Blue) = 111+145+36=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9124 is #906EDB. Grayscale: #7A7A7A. Windows color (decimal): -9465564 or 2396527. OLE color: 2396527.
HSL color Cylindrical-coordinate representation of color #6F9124: hue angle of 78.72º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F9124 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 36 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.43 |
| HSL | 78.72º | 0.6% | 0.35% | - |
| HSV(B) | 78.72º | 0.75% | 0.57% | - |
| XYZ | 17 | 23.76 | 5.36 | - |
| YUV | 122.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 36 | 0.23 | 0 | 0.75 | 0.43 | 78.72 | 0.6 | 0.35 |
| Hex | 6F | 91 | 24 | 17 | 0 | 4B | 2B | 4F | 3C | 23 |
| Octal | 157 | 221 | 44 | 27 | 0 | 113 | 53 | 117 | 74 | 43 |
| Binary | 1101111 | 10010001 | 100100 | 10111 | 0 | 1001011 | 101011 | 1001111 | 111100 | 100011 |
Color Harmonies of #6F9124
Complementary color
Monochromatic Colors of #6F9124
Black with #6F9124
Text Example
Text Example
White with #6F9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9124; }
p { color: rgb(111,145,36); }
H1.HeaderClassName
{
color: #6F9124;
}
.AnyTagClassName
{
color: #6F9124;
}
</style>
background-color css
<style>
a { background-color: #6F9124; }
a { background-color: rgb(111,145,36); }
div.DivClassName
{
background-color: #6F9124;
}
.BgClassName
{
background-color: #6F9124;
}
</style>
border-color css
<style>
span { border-color: #6F9124; }
span { border-color: rgb(111,145,36); }
td.TdClassName
{
border-color: #6F9124;
}
.TagClassName
{
border-color: #6F9124;
}
</style>