Shades of Olive Drab #6E910A
Tints of Olive Drab #6E910A
RGB
CMYK
RGB Variations
Color information
#6E910A (or 0x6E910A) is known color: Olive Drab. HEX triplet: 6E, 91 and 0A. RGB value is (110,145,10). Sum of RGB (Red+Green+Blue) = 110+145+10=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #6E910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E910A is #916EF5. Grayscale: #777777. Windows color (decimal): -9531126 or 692590. OLE color: 692590.
HSL color Cylindrical-coordinate representation of color #6E910A: hue angle of 75.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E910A is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 10 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.43 |
| HSL | 75.56º | 0.87% | 0.3% | - |
| HSV(B) | 75.56º | 0.93% | 0.57% | - |
| XYZ | 16.61 | 23.59 | 3.96 | - |
| YUV | 119.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 10 | 0.24 | 0 | 0.93 | 0.43 | 75.56 | 0.87 | 0.3 |
| Hex | 6E | 91 | A | 18 | 0 | 5D | 2B | 4C | 57 | 1E |
| Octal | 156 | 221 | 12 | 30 | 0 | 135 | 53 | 114 | 127 | 36 |
| Binary | 1101110 | 10010001 | 1010 | 11000 | 0 | 1011101 | 101011 | 1001100 | 1010111 | 11110 |
Color Harmonies of #6E910A
Complementary color
Monochromatic Colors of #6E910A
Black with #6E910A
Text Example
Text Example
White with #6E910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E910A; }
p { color: rgb(110,145,10); }
H1.HeaderClassName
{
color: #6E910A;
}
.AnyTagClassName
{
color: #6E910A;
}
</style>
background-color css
<style>
a { background-color: #6E910A; }
a { background-color: rgb(110,145,10); }
div.DivClassName
{
background-color: #6E910A;
}
.BgClassName
{
background-color: #6E910A;
}
</style>
border-color css
<style>
span { border-color: #6E910A; }
span { border-color: rgb(110,145,10); }
td.TdClassName
{
border-color: #6E910A;
}
.TagClassName
{
border-color: #6E910A;
}
</style>