Shades of Olive Drab #6E901E
Tints of Olive Drab #6E901E
RGB
CMYK
RGB Variations
Color information
#6E901E (or 0x6E901E) is known color: Olive Drab. HEX triplet: 6E, 90 and 1E. RGB value is (110,144,30). Sum of RGB (Red+Green+Blue) = 110+144+30=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #6E901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E901E is #916FE1. Grayscale: #797979. Windows color (decimal): -9531362 or 2003054. OLE color: 2003054.
HSL color Cylindrical-coordinate representation of color #6E901E: hue angle of 77.89º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E901E is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 144 | 30 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.44 |
| HSL | 77.89º | 0.66% | 0.34% | - |
| HSV(B) | 77.89º | 0.79% | 0.56% | - |
| XYZ | 16.64 | 23.36 | 4.86 | - |
| YUV | 120.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 30 | 0.24 | 0 | 0.79 | 0.44 | 77.89 | 0.66 | 0.34 |
| Hex | 6E | 90 | 1E | 18 | 0 | 4F | 2C | 4E | 42 | 22 |
| Octal | 156 | 220 | 36 | 30 | 0 | 117 | 54 | 116 | 102 | 42 |
| Binary | 1101110 | 10010000 | 11110 | 11000 | 0 | 1001111 | 101100 | 1001110 | 1000010 | 100010 |
Color Harmonies of #6E901E
Complementary color
Monochromatic Colors of #6E901E
Black with #6E901E
Text Example
Text Example
White with #6E901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E901E; }
p { color: rgb(110,144,30); }
H1.HeaderClassName
{
color: #6E901E;
}
.AnyTagClassName
{
color: #6E901E;
}
</style>
background-color css
<style>
a { background-color: #6E901E; }
a { background-color: rgb(110,144,30); }
div.DivClassName
{
background-color: #6E901E;
}
.BgClassName
{
background-color: #6E901E;
}
</style>
border-color css
<style>
span { border-color: #6E901E; }
span { border-color: rgb(110,144,30); }
td.TdClassName
{
border-color: #6E901E;
}
.TagClassName
{
border-color: #6E901E;
}
</style>