Shades of Olive Drab #6E952F
Tints of Olive Drab #6E952F
RGB
CMYK
RGB Variations
Color information
#6E952F (or 0x6E952F) is known color: Olive Drab. HEX triplet: 6E, 95 and 2F. RGB value is (110,149,47). Sum of RGB (Red+Green+Blue) = 110+149+47=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #6E952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E952F is #916AD0. Grayscale: #7E7E7E. Windows color (decimal): -9530065 or 3118446. OLE color: 3118446.
HSL color Cylindrical-coordinate representation of color #6E952F: hue angle of 82.94º 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 #6E952F is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 47 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.42 |
| HSL | 82.94º | 0.52% | 0.38% | - |
| HSV(B) | 82.94º | 0.68% | 0.58% | - |
| XYZ | 17.69 | 25.02 | 6.59 | - |
| YUV | 125.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 47 | 0.26 | 0 | 0.68 | 0.42 | 82.94 | 0.52 | 0.38 |
| Hex | 6E | 95 | 2F | 1A | 0 | 44 | 2A | 53 | 34 | 26 |
| Octal | 156 | 225 | 57 | 32 | 0 | 104 | 52 | 123 | 64 | 46 |
| Binary | 1101110 | 10010101 | 101111 | 11010 | 0 | 1000100 | 101010 | 1010011 | 110100 | 100110 |
Color Harmonies of #6E952F
Complementary color
Monochromatic Colors of #6E952F
Black with #6E952F
Text Example
Text Example
White with #6E952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E952F; }
p { color: rgb(110,149,47); }
H1.HeaderClassName
{
color: #6E952F;
}
.AnyTagClassName
{
color: #6E952F;
}
</style>
background-color css
<style>
a { background-color: #6E952F; }
a { background-color: rgb(110,149,47); }
div.DivClassName
{
background-color: #6E952F;
}
.BgClassName
{
background-color: #6E952F;
}
</style>
border-color css
<style>
span { border-color: #6E952F; }
span { border-color: rgb(110,149,47); }
td.TdClassName
{
border-color: #6E952F;
}
.TagClassName
{
border-color: #6E952F;
}
</style>