Shades of Olive Drab #6E992A
Tints of Olive Drab #6E992A
RGB
CMYK
RGB Variations
Color information
#6E992A (or 0x6E992A) is known color: Olive Drab. HEX triplet: 6E, 99 and 2A. RGB value is (110,153,42). Sum of RGB (Red+Green+Blue) = 110+153+42=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #6E992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E992A is #9166D5. Grayscale: #7F7F7F. Windows color (decimal): -9529046 or 2791790. OLE color: 2791790.
HSL color Cylindrical-coordinate representation of color #6E992A: hue angle of 83.24º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E992A is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 42 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.4 |
| HSL | 83.24º | 0.57% | 0.38% | - |
| HSV(B) | 83.24º | 0.73% | 0.6% | - |
| XYZ | 18.24 | 26.26 | 6.3 | - |
| YUV | 127.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 42 | 0.28 | 0 | 0.73 | 0.4 | 83.24 | 0.57 | 0.38 |
| Hex | 6E | 99 | 2A | 1C | 0 | 49 | 28 | 53 | 39 | 26 |
| Octal | 156 | 231 | 52 | 34 | 0 | 111 | 50 | 123 | 71 | 46 |
| Binary | 1101110 | 10011001 | 101010 | 11100 | 0 | 1001001 | 101000 | 1010011 | 111001 | 100110 |
Color Harmonies of #6E992A
Complementary color
Monochromatic Colors of #6E992A
Black with #6E992A
Text Example
Text Example
White with #6E992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E992A; }
p { color: rgb(110,153,42); }
H1.HeaderClassName
{
color: #6E992A;
}
.AnyTagClassName
{
color: #6E992A;
}
</style>
background-color css
<style>
a { background-color: #6E992A; }
a { background-color: rgb(110,153,42); }
div.DivClassName
{
background-color: #6E992A;
}
.BgClassName
{
background-color: #6E992A;
}
</style>
border-color css
<style>
span { border-color: #6E992A; }
span { border-color: rgb(110,153,42); }
td.TdClassName
{
border-color: #6E992A;
}
.TagClassName
{
border-color: #6E992A;
}
</style>