Shades of Olive Drab #6F8828
Tints of Olive Drab #6F8828
RGB
CMYK
RGB Variations
Color information
#6F8828 (or 0x6F8828) is known color: Olive Drab. HEX triplet: 6F, 88 and 28. RGB value is (111,136,40). Sum of RGB (Red+Green+Blue) = 111+136+40=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8828 is #9077D7. Grayscale: #757575. Windows color (decimal): -9467864 or 2656367. OLE color: 2656367.
HSL color Cylindrical-coordinate representation of color #6F8828: hue angle of 75.63º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F8828 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 40 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.47 |
| HSL | 75.63º | 0.55% | 0.35% | - |
| HSV(B) | 75.63º | 0.71% | 0.53% | - |
| XYZ | 15.74 | 21.14 | 5.26 | - |
| YUV | 117.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 40 | 0.18 | 0 | 0.71 | 0.47 | 75.63 | 0.55 | 0.35 |
| Hex | 6F | 88 | 28 | 12 | 0 | 47 | 2F | 4C | 37 | 23 |
| Octal | 157 | 210 | 50 | 22 | 0 | 107 | 57 | 114 | 67 | 43 |
| Binary | 1101111 | 10001000 | 101000 | 10010 | 0 | 1000111 | 101111 | 1001100 | 110111 | 100011 |
Color Harmonies of #6F8828
Complementary color
Monochromatic Colors of #6F8828
Black with #6F8828
Text Example
Text Example
White with #6F8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8828; }
p { color: rgb(111,136,40); }
H1.HeaderClassName
{
color: #6F8828;
}
.AnyTagClassName
{
color: #6F8828;
}
</style>
background-color css
<style>
a { background-color: #6F8828; }
a { background-color: rgb(111,136,40); }
div.DivClassName
{
background-color: #6F8828;
}
.BgClassName
{
background-color: #6F8828;
}
</style>
border-color css
<style>
span { border-color: #6F8828; }
span { border-color: rgb(111,136,40); }
td.TdClassName
{
border-color: #6F8828;
}
.TagClassName
{
border-color: #6F8828;
}
</style>