Shades of Olive Drab #6E9926
Tints of Olive Drab #6E9926
RGB
CMYK
RGB Variations
Color information
#6E9926 (or 0x6E9926) is known color: Olive Drab. HEX triplet: 6E, 99 and 26. RGB value is (110,153,38). Sum of RGB (Red+Green+Blue) = 110+153+38=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #6E9926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9926 is #9166D9. Grayscale: #7F7F7F. Windows color (decimal): -9529050 or 2529646. OLE color: 2529646.
HSL color Cylindrical-coordinate representation of color #6E9926: hue angle of 82.43º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E9926 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 38 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.4 |
| HSL | 82.43º | 0.6% | 0.37% | - |
| HSV(B) | 82.43º | 0.75% | 0.6% | - |
| XYZ | 18.17 | 26.24 | 5.94 | - |
| YUV | 127.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 38 | 0.28 | 0 | 0.75 | 0.4 | 82.43 | 0.6 | 0.37 |
| Hex | 6E | 99 | 26 | 1C | 0 | 4B | 28 | 52 | 3C | 25 |
| Octal | 156 | 231 | 46 | 34 | 0 | 113 | 50 | 122 | 74 | 45 |
| Binary | 1101110 | 10011001 | 100110 | 11100 | 0 | 1001011 | 101000 | 1010010 | 111100 | 100101 |
Color Harmonies of #6E9926
Complementary color
Monochromatic Colors of #6E9926
Black with #6E9926
Text Example
Text Example
White with #6E9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9926; }
p { color: rgb(110,153,38); }
H1.HeaderClassName
{
color: #6E9926;
}
.AnyTagClassName
{
color: #6E9926;
}
</style>
background-color css
<style>
a { background-color: #6E9926; }
a { background-color: rgb(110,153,38); }
div.DivClassName
{
background-color: #6E9926;
}
.BgClassName
{
background-color: #6E9926;
}
</style>
border-color css
<style>
span { border-color: #6E9926; }
span { border-color: rgb(110,153,38); }
td.TdClassName
{
border-color: #6E9926;
}
.TagClassName
{
border-color: #6E9926;
}
</style>