Shades of Olive Drab #6F9218
Tints of Olive Drab #6F9218
RGB
CMYK
RGB Variations
Color information
#6F9218 (or 0x6F9218) is known color: Olive Drab. HEX triplet: 6F, 92 and 18. RGB value is (111,146,24). Sum of RGB (Red+Green+Blue) = 111+146+24=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9218 is #906DE7. Grayscale: #7A7A7A. Windows color (decimal): -9465320 or 1610351. OLE color: 1610351.
HSL color Cylindrical-coordinate representation of color #6F9218: hue angle of 77.21º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F9218 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 24 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.43 |
| HSL | 77.21º | 0.72% | 0.33% | - |
| HSV(B) | 77.21º | 0.84% | 0.57% | - |
| XYZ | 17 | 24 | 4.6 | - |
| YUV | 121.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 24 | 0.24 | 0 | 0.84 | 0.43 | 77.21 | 0.72 | 0.33 |
| Hex | 6F | 92 | 18 | 18 | 0 | 54 | 2B | 4D | 48 | 21 |
| Octal | 157 | 222 | 30 | 30 | 0 | 124 | 53 | 115 | 110 | 41 |
| Binary | 1101111 | 10010010 | 11000 | 11000 | 0 | 1010100 | 101011 | 1001101 | 1001000 | 100001 |
Color Harmonies of #6F9218
Complementary color
Monochromatic Colors of #6F9218
Black with #6F9218
Text Example
Text Example
White with #6F9218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9218; }
p { color: rgb(111,146,24); }
H1.HeaderClassName
{
color: #6F9218;
}
.AnyTagClassName
{
color: #6F9218;
}
</style>
background-color css
<style>
a { background-color: #6F9218; }
a { background-color: rgb(111,146,24); }
div.DivClassName
{
background-color: #6F9218;
}
.BgClassName
{
background-color: #6F9218;
}
</style>
border-color css
<style>
span { border-color: #6F9218; }
span { border-color: rgb(111,146,24); }
td.TdClassName
{
border-color: #6F9218;
}
.TagClassName
{
border-color: #6F9218;
}
</style>