Shades of Olive Drab #6E972D
Tints of Olive Drab #6E972D
RGB
CMYK
RGB Variations
Color information
#6E972D (or 0x6E972D) is known color: Olive Drab. HEX triplet: 6E, 97 and 2D. RGB value is (110,151,45). Sum of RGB (Red+Green+Blue) = 110+151+45=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #6E972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E972D is #9168D2. Grayscale: #7F7F7F. Windows color (decimal): -9529555 or 2987886. OLE color: 2987886.
HSL color Cylindrical-coordinate representation of color #6E972D: hue angle of 83.21º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E972D is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 151 | 45 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.41 |
| HSL | 83.21º | 0.54% | 0.38% | - |
| HSV(B) | 83.21º | 0.7% | 0.59% | - |
| XYZ | 17.97 | 25.64 | 6.48 | - |
| YUV | 126.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 45 | 0.27 | 0 | 0.70 | 0.41 | 83.21 | 0.54 | 0.38 |
| Hex | 6E | 97 | 2D | 1B | 0 | 46 | 29 | 53 | 36 | 26 |
| Octal | 156 | 227 | 55 | 33 | 0 | 106 | 51 | 123 | 66 | 46 |
| Binary | 1101110 | 10010111 | 101101 | 11011 | 0 | 1000110 | 101001 | 1010011 | 110110 | 100110 |
Color Harmonies of #6E972D
Complementary color
Monochromatic Colors of #6E972D
Black with #6E972D
Text Example
Text Example
White with #6E972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E972D; }
p { color: rgb(110,151,45); }
H1.HeaderClassName
{
color: #6E972D;
}
.AnyTagClassName
{
color: #6E972D;
}
</style>
background-color css
<style>
a { background-color: #6E972D; }
a { background-color: rgb(110,151,45); }
div.DivClassName
{
background-color: #6E972D;
}
.BgClassName
{
background-color: #6E972D;
}
</style>
border-color css
<style>
span { border-color: #6E972D; }
span { border-color: rgb(110,151,45); }
td.TdClassName
{
border-color: #6E972D;
}
.TagClassName
{
border-color: #6E972D;
}
</style>