Shades of Olive Drab #6E992D
Tints of Olive Drab #6E992D
RGB
CMYK
RGB Variations
Color information
#6E992D (or 0x6E992D) is known color: Olive Drab. HEX triplet: 6E, 99 and 2D. RGB value is (110,153,45). Sum of RGB (Red+Green+Blue) = 110+153+45=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #6E992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E992D is #9166D2. Grayscale: #808080. Windows color (decimal): -9529043 or 2988398. OLE color: 2988398.
HSL color Cylindrical-coordinate representation of color #6E992D: hue angle of 83.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E992D is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 45 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.4 |
| HSL | 83.89º | 0.55% | 0.39% | - |
| HSV(B) | 83.89º | 0.71% | 0.6% | - |
| XYZ | 18.3 | 26.29 | 6.59 | - |
| YUV | 127.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 45 | 0.28 | 0 | 0.71 | 0.4 | 83.89 | 0.55 | 0.39 |
| Hex | 6E | 99 | 2D | 1C | 0 | 47 | 28 | 54 | 37 | 27 |
| Octal | 156 | 231 | 55 | 34 | 0 | 107 | 50 | 124 | 67 | 47 |
| Binary | 1101110 | 10011001 | 101101 | 11100 | 0 | 1000111 | 101000 | 1010100 | 110111 | 100111 |
Color Harmonies of #6E992D
Complementary color
Monochromatic Colors of #6E992D
Black with #6E992D
Text Example
Text Example
White with #6E992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E992D; }
p { color: rgb(110,153,45); }
H1.HeaderClassName
{
color: #6E992D;
}
.AnyTagClassName
{
color: #6E992D;
}
</style>
background-color css
<style>
a { background-color: #6E992D; }
a { background-color: rgb(110,153,45); }
div.DivClassName
{
background-color: #6E992D;
}
.BgClassName
{
background-color: #6E992D;
}
</style>
border-color css
<style>
span { border-color: #6E992D; }
span { border-color: rgb(110,153,45); }
td.TdClassName
{
border-color: #6E992D;
}
.TagClassName
{
border-color: #6E992D;
}
</style>