Shades of Olive Drab #6E932C
Tints of Olive Drab #6E932C
RGB
CMYK
RGB Variations
Color information
#6E932C (or 0x6E932C) is known color: Olive Drab. HEX triplet: 6E, 93 and 2C. RGB value is (110,147,44). Sum of RGB (Red+Green+Blue) = 110+147+44=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #6E932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E932C is #916CD3. Grayscale: #7C7C7C. Windows color (decimal): -9530580 or 2921326. OLE color: 2921326.
HSL color Cylindrical-coordinate representation of color #6E932C: hue angle of 81.55º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E932C is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 44 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.42 |
| HSL | 81.55º | 0.54% | 0.37% | - |
| HSV(B) | 81.55º | 0.7% | 0.58% | - |
| XYZ | 17.32 | 24.36 | 6.17 | - |
| YUV | 124.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 44 | 0.25 | 0 | 0.70 | 0.42 | 81.55 | 0.54 | 0.37 |
| Hex | 6E | 93 | 2C | 19 | 0 | 46 | 2A | 52 | 36 | 25 |
| Octal | 156 | 223 | 54 | 31 | 0 | 106 | 52 | 122 | 66 | 45 |
| Binary | 1101110 | 10010011 | 101100 | 11001 | 0 | 1000110 | 101010 | 1010010 | 110110 | 100101 |
Color Harmonies of #6E932C
Complementary color
Monochromatic Colors of #6E932C
Black with #6E932C
Text Example
Text Example
White with #6E932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E932C; }
p { color: rgb(110,147,44); }
H1.HeaderClassName
{
color: #6E932C;
}
.AnyTagClassName
{
color: #6E932C;
}
</style>
background-color css
<style>
a { background-color: #6E932C; }
a { background-color: rgb(110,147,44); }
div.DivClassName
{
background-color: #6E932C;
}
.BgClassName
{
background-color: #6E932C;
}
</style>
border-color css
<style>
span { border-color: #6E932C; }
span { border-color: rgb(110,147,44); }
td.TdClassName
{
border-color: #6E932C;
}
.TagClassName
{
border-color: #6E932C;
}
</style>