Shades of Olive Drab #6E8721
Tints of Olive Drab #6E8721
RGB
CMYK
RGB Variations
Color information
#6E8721 (or 0x6E8721) is known color: Olive Drab. HEX triplet: 6E, 87 and 21. RGB value is (110,135,33). Sum of RGB (Red+Green+Blue) = 110+135+33=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8721 is #9178DE. Grayscale: #747474. Windows color (decimal): -9533663 or 2197358. OLE color: 2197358.
HSL color Cylindrical-coordinate representation of color #6E8721: hue angle of 74.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E8721 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 33 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.47 |
| HSL | 74.71º | 0.61% | 0.33% | - |
| HSV(B) | 74.71º | 0.76% | 0.53% | - |
| XYZ | 15.37 | 20.75 | 4.63 | - |
| YUV | 115.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 33 | 0.19 | 0 | 0.76 | 0.47 | 74.71 | 0.61 | 0.33 |
| Hex | 6E | 87 | 21 | 13 | 0 | 4C | 2F | 4B | 3D | 21 |
| Octal | 156 | 207 | 41 | 23 | 0 | 114 | 57 | 113 | 75 | 41 |
| Binary | 1101110 | 10000111 | 100001 | 10011 | 0 | 1001100 | 101111 | 1001011 | 111101 | 100001 |
Color Harmonies of #6E8721
Complementary color
Monochromatic Colors of #6E8721
Black with #6E8721
Text Example
Text Example
White with #6E8721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8721; }
p { color: rgb(110,135,33); }
H1.HeaderClassName
{
color: #6E8721;
}
.AnyTagClassName
{
color: #6E8721;
}
</style>
background-color css
<style>
a { background-color: #6E8721; }
a { background-color: rgb(110,135,33); }
div.DivClassName
{
background-color: #6E8721;
}
.BgClassName
{
background-color: #6E8721;
}
</style>
border-color css
<style>
span { border-color: #6E8721; }
span { border-color: rgb(110,135,33); }
td.TdClassName
{
border-color: #6E8721;
}
.TagClassName
{
border-color: #6E8721;
}
</style>