Shades of Olive Drab #6F9220
Tints of Olive Drab #6F9220
RGB
CMYK
RGB Variations
Color information
#6F9220 (or 0x6F9220) is known color: Olive Drab. HEX triplet: 6F, 92 and 20. RGB value is (111,146,32). Sum of RGB (Red+Green+Blue) = 111+146+32=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9220 is #906DDF. Grayscale: #7A7A7A. Windows color (decimal): -9465312 or 2134639. OLE color: 2134639.
HSL color Cylindrical-coordinate representation of color #6F9220: hue angle of 78.42º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F9220 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 32 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.43 |
| HSL | 78.42º | 0.64% | 0.35% | - |
| HSV(B) | 78.42º | 0.78% | 0.57% | - |
| XYZ | 17.1 | 24.04 | 5.11 | - |
| YUV | 122.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 32 | 0.24 | 0 | 0.78 | 0.43 | 78.42 | 0.64 | 0.35 |
| Hex | 6F | 92 | 20 | 18 | 0 | 4E | 2B | 4E | 40 | 23 |
| Octal | 157 | 222 | 40 | 30 | 0 | 116 | 53 | 116 | 100 | 43 |
| Binary | 1101111 | 10010010 | 100000 | 11000 | 0 | 1001110 | 101011 | 1001110 | 1000000 | 100011 |
Color Harmonies of #6F9220
Complementary color
Monochromatic Colors of #6F9220
Black with #6F9220
Text Example
Text Example
White with #6F9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9220; }
p { color: rgb(111,146,32); }
H1.HeaderClassName
{
color: #6F9220;
}
.AnyTagClassName
{
color: #6F9220;
}
</style>
background-color css
<style>
a { background-color: #6F9220; }
a { background-color: rgb(111,146,32); }
div.DivClassName
{
background-color: #6F9220;
}
.BgClassName
{
background-color: #6F9220;
}
</style>
border-color css
<style>
span { border-color: #6F9220; }
span { border-color: rgb(111,146,32); }
td.TdClassName
{
border-color: #6F9220;
}
.TagClassName
{
border-color: #6F9220;
}
</style>