Shades of Olive Drab #6E9127
Tints of Olive Drab #6E9127
RGB
CMYK
RGB Variations
Color information
#6E9127 (or 0x6E9127) is known color: Olive Drab. HEX triplet: 6E, 91 and 27. RGB value is (110,145,39). Sum of RGB (Red+Green+Blue) = 110+145+39=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9127 is #916ED8. Grayscale: #7A7A7A. Windows color (decimal): -9531097 or 2593134. OLE color: 2593134.
HSL color Cylindrical-coordinate representation of color #6E9127: hue angle of 79.81º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E9127 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 39 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.43 |
| HSL | 79.81º | 0.58% | 0.36% | - |
| HSV(B) | 79.81º | 0.73% | 0.57% | - |
| XYZ | 16.92 | 23.71 | 5.6 | - |
| YUV | 122.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 39 | 0.24 | 0 | 0.73 | 0.43 | 79.81 | 0.58 | 0.36 |
| Hex | 6E | 91 | 27 | 18 | 0 | 49 | 2B | 50 | 3A | 24 |
| Octal | 156 | 221 | 47 | 30 | 0 | 111 | 53 | 120 | 72 | 44 |
| Binary | 1101110 | 10010001 | 100111 | 11000 | 0 | 1001001 | 101011 | 1010000 | 111010 | 100100 |
Color Harmonies of #6E9127
Complementary color
Monochromatic Colors of #6E9127
Black with #6E9127
Text Example
Text Example
White with #6E9127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9127; }
p { color: rgb(110,145,39); }
H1.HeaderClassName
{
color: #6E9127;
}
.AnyTagClassName
{
color: #6E9127;
}
</style>
background-color css
<style>
a { background-color: #6E9127; }
a { background-color: rgb(110,145,39); }
div.DivClassName
{
background-color: #6E9127;
}
.BgClassName
{
background-color: #6E9127;
}
</style>
border-color css
<style>
span { border-color: #6E9127; }
span { border-color: rgb(110,145,39); }
td.TdClassName
{
border-color: #6E9127;
}
.TagClassName
{
border-color: #6E9127;
}
</style>