Shades of Olive Drab #6E9227
Tints of Olive Drab #6E9227
RGB
CMYK
RGB Variations
Color information
#6E9227 (or 0x6E9227) is known color: Olive Drab. HEX triplet: 6E, 92 and 27. RGB value is (110,146,39). Sum of RGB (Red+Green+Blue) = 110+146+39=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9227 is #916DD8. Grayscale: #7B7B7B. Windows color (decimal): -9530841 or 2593390. OLE color: 2593390.
HSL color Cylindrical-coordinate representation of color #6E9227: hue angle of 80.19º 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 #6E9227 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 39 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.43 |
| HSL | 80.19º | 0.58% | 0.36% | - |
| HSV(B) | 80.19º | 0.73% | 0.57% | - |
| XYZ | 17.08 | 24.02 | 5.66 | - |
| YUV | 123.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 39 | 0.25 | 0 | 0.73 | 0.43 | 80.19 | 0.58 | 0.36 |
| Hex | 6E | 92 | 27 | 19 | 0 | 49 | 2B | 50 | 3A | 24 |
| Octal | 156 | 222 | 47 | 31 | 0 | 111 | 53 | 120 | 72 | 44 |
| Binary | 1101110 | 10010010 | 100111 | 11001 | 0 | 1001001 | 101011 | 1010000 | 111010 | 100100 |
Color Harmonies of #6E9227
Complementary color
Monochromatic Colors of #6E9227
Black with #6E9227
Text Example
Text Example
White with #6E9227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9227; }
p { color: rgb(110,146,39); }
H1.HeaderClassName
{
color: #6E9227;
}
.AnyTagClassName
{
color: #6E9227;
}
</style>
background-color css
<style>
a { background-color: #6E9227; }
a { background-color: rgb(110,146,39); }
div.DivClassName
{
background-color: #6E9227;
}
.BgClassName
{
background-color: #6E9227;
}
</style>
border-color css
<style>
span { border-color: #6E9227; }
span { border-color: rgb(110,146,39); }
td.TdClassName
{
border-color: #6E9227;
}
.TagClassName
{
border-color: #6E9227;
}
</style>