Shades of Olive Drab #6F8829
Tints of Olive Drab #6F8829
RGB
CMYK
RGB Variations
Color information
#6F8829 (or 0x6F8829) is known color: Olive Drab. HEX triplet: 6F, 88 and 29. RGB value is (111,136,41). Sum of RGB (Red+Green+Blue) = 111+136+41=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8829 is #9077D6. Grayscale: #767676. Windows color (decimal): -9467863 or 2721903. OLE color: 2721903.
HSL color Cylindrical-coordinate representation of color #6F8829: hue angle of 75.79º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F8829 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 41 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.47 |
| HSL | 75.79º | 0.54% | 0.35% | - |
| HSV(B) | 75.79º | 0.7% | 0.53% | - |
| XYZ | 15.76 | 21.15 | 5.35 | - |
| YUV | 117.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 41 | 0.18 | 0 | 0.70 | 0.47 | 75.79 | 0.54 | 0.35 |
| Hex | 6F | 88 | 29 | 12 | 0 | 46 | 2F | 4C | 36 | 23 |
| Octal | 157 | 210 | 51 | 22 | 0 | 106 | 57 | 114 | 66 | 43 |
| Binary | 1101111 | 10001000 | 101001 | 10010 | 0 | 1000110 | 101111 | 1001100 | 110110 | 100011 |
Color Harmonies of #6F8829
Complementary color
Monochromatic Colors of #6F8829
Black with #6F8829
Text Example
Text Example
White with #6F8829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8829; }
p { color: rgb(111,136,41); }
H1.HeaderClassName
{
color: #6F8829;
}
.AnyTagClassName
{
color: #6F8829;
}
</style>
background-color css
<style>
a { background-color: #6F8829; }
a { background-color: rgb(111,136,41); }
div.DivClassName
{
background-color: #6F8829;
}
.BgClassName
{
background-color: #6F8829;
}
</style>
border-color css
<style>
span { border-color: #6F8829; }
span { border-color: rgb(111,136,41); }
td.TdClassName
{
border-color: #6F8829;
}
.TagClassName
{
border-color: #6F8829;
}
</style>