Shades of Olive Drab #6F8B24
Tints of Olive Drab #6F8B24
RGB
CMYK
RGB Variations
Color information
#6F8B24 (or 0x6F8B24) is known color: Olive Drab. HEX triplet: 6F, 8B and 24. RGB value is (111,139,36). Sum of RGB (Red+Green+Blue) = 111+139+36=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8B24 is #9074DB. Grayscale: #777777. Windows color (decimal): -9467100 or 2394991. OLE color: 2394991.
HSL color Cylindrical-coordinate representation of color #6F8B24: hue angle of 76.31º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F8B24 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 139 | 36 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.45 |
| HSL | 76.31º | 0.59% | 0.34% | - |
| HSV(B) | 76.31º | 0.74% | 0.55% | - |
| XYZ | 16.11 | 21.97 | 5.06 | - |
| YUV | 118.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 36 | 0.20 | 0 | 0.74 | 0.45 | 76.31 | 0.59 | 0.34 |
| Hex | 6F | 8B | 24 | 14 | 0 | 4A | 2D | 4C | 3B | 22 |
| Octal | 157 | 213 | 44 | 24 | 0 | 112 | 55 | 114 | 73 | 42 |
| Binary | 1101111 | 10001011 | 100100 | 10100 | 0 | 1001010 | 101101 | 1001100 | 111011 | 100010 |
Color Harmonies of #6F8B24
Complementary color
Monochromatic Colors of #6F8B24
Black with #6F8B24
Text Example
Text Example
White with #6F8B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8B24; }
p { color: rgb(111,139,36); }
H1.HeaderClassName
{
color: #6F8B24;
}
.AnyTagClassName
{
color: #6F8B24;
}
</style>
background-color css
<style>
a { background-color: #6F8B24; }
a { background-color: rgb(111,139,36); }
div.DivClassName
{
background-color: #6F8B24;
}
.BgClassName
{
background-color: #6F8B24;
}
</style>
border-color css
<style>
span { border-color: #6F8B24; }
span { border-color: rgb(111,139,36); }
td.TdClassName
{
border-color: #6F8B24;
}
.TagClassName
{
border-color: #6F8B24;
}
</style>