Shades of Olive Drab #6E9508
Tints of Olive Drab #6E9508
RGB
CMYK
RGB Variations
Color information
#6E9508 (or 0x6E9508) is known color: Olive Drab. HEX triplet: 6E, 95 and 08. RGB value is (110,149,8). Sum of RGB (Red+Green+Blue) = 110+149+8=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9508 is #916AF7. Grayscale: #797979. Windows color (decimal): -9530104 or 562542. OLE color: 562542.
HSL color Cylindrical-coordinate representation of color #6E9508: hue angle of 76.6º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E9508 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 8 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.42 |
| HSL | 76.6º | 0.9% | 0.31% | - |
| HSV(B) | 76.6º | 0.95% | 0.58% | - |
| XYZ | 17.22 | 24.83 | 4.11 | - |
| YUV | 121.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 8 | 0.26 | 0 | 0.95 | 0.42 | 76.6 | 0.9 | 0.31 |
| Hex | 6E | 95 | 8 | 1A | 0 | 5F | 2A | 4D | 5A | 1F |
| Octal | 156 | 225 | 10 | 32 | 0 | 137 | 52 | 115 | 132 | 37 |
| Binary | 1101110 | 10010101 | 1000 | 11010 | 0 | 1011111 | 101010 | 1001101 | 1011010 | 11111 |
Color Harmonies of #6E9508
Complementary color
Monochromatic Colors of #6E9508
Black with #6E9508
Text Example
Text Example
White with #6E9508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9508; }
p { color: rgb(110,149,8); }
H1.HeaderClassName
{
color: #6E9508;
}
.AnyTagClassName
{
color: #6E9508;
}
</style>
background-color css
<style>
a { background-color: #6E9508; }
a { background-color: rgb(110,149,8); }
div.DivClassName
{
background-color: #6E9508;
}
.BgClassName
{
background-color: #6E9508;
}
</style>
border-color css
<style>
span { border-color: #6E9508; }
span { border-color: rgb(110,149,8); }
td.TdClassName
{
border-color: #6E9508;
}
.TagClassName
{
border-color: #6E9508;
}
</style>