Shades of Olive Drab #6E932F
Tints of Olive Drab #6E932F
RGB
CMYK
RGB Variations
Color information
#6E932F (or 0x6E932F) is known color: Olive Drab. HEX triplet: 6E, 93 and 2F. RGB value is (110,147,47). Sum of RGB (Red+Green+Blue) = 110+147+47=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #6E932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E932F is #916CD0. Grayscale: #7C7C7C. Windows color (decimal): -9530577 or 3117934. OLE color: 3117934.
HSL color Cylindrical-coordinate representation of color #6E932F: hue angle of 82.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E932F is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 47 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.42 |
| HSL | 82.2º | 0.52% | 0.38% | - |
| HSV(B) | 82.2º | 0.68% | 0.58% | - |
| XYZ | 17.38 | 24.39 | 6.48 | - |
| YUV | 124.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 47 | 0.25 | 0 | 0.68 | 0.42 | 82.2 | 0.52 | 0.38 |
| Hex | 6E | 93 | 2F | 19 | 0 | 44 | 2A | 52 | 34 | 26 |
| Octal | 156 | 223 | 57 | 31 | 0 | 104 | 52 | 122 | 64 | 46 |
| Binary | 1101110 | 10010011 | 101111 | 11001 | 0 | 1000100 | 101010 | 1010010 | 110100 | 100110 |
Color Harmonies of #6E932F
Complementary color
Monochromatic Colors of #6E932F
Black with #6E932F
Text Example
Text Example
White with #6E932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E932F; }
p { color: rgb(110,147,47); }
H1.HeaderClassName
{
color: #6E932F;
}
.AnyTagClassName
{
color: #6E932F;
}
</style>
background-color css
<style>
a { background-color: #6E932F; }
a { background-color: rgb(110,147,47); }
div.DivClassName
{
background-color: #6E932F;
}
.BgClassName
{
background-color: #6E932F;
}
</style>
border-color css
<style>
span { border-color: #6E932F; }
span { border-color: rgb(110,147,47); }
td.TdClassName
{
border-color: #6E932F;
}
.TagClassName
{
border-color: #6E932F;
}
</style>