Shades of Olive Drab #6E971E
Tints of Olive Drab #6E971E
RGB
CMYK
RGB Variations
Color information
#6E971E (or 0x6E971E) is known color: Olive Drab. HEX triplet: 6E, 97 and 1E. RGB value is (110,151,30). Sum of RGB (Red+Green+Blue) = 110+151+30=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #6E971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E971E is #9168E1. Grayscale: #7D7D7D. Windows color (decimal): -9529570 or 2004846. OLE color: 2004846.
HSL color Cylindrical-coordinate representation of color #6E971E: hue angle of 80.33º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E971E is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 151 | 30 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.41 |
| HSL | 80.33º | 0.67% | 0.35% | - |
| HSV(B) | 80.33º | 0.8% | 0.59% | - |
| XYZ | 17.73 | 25.54 | 5.22 | - |
| YUV | 124.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 30 | 0.27 | 0 | 0.80 | 0.41 | 80.33 | 0.67 | 0.35 |
| Hex | 6E | 97 | 1E | 1B | 0 | 50 | 29 | 50 | 43 | 23 |
| Octal | 156 | 227 | 36 | 33 | 0 | 120 | 51 | 120 | 103 | 43 |
| Binary | 1101110 | 10010111 | 11110 | 11011 | 0 | 1010000 | 101001 | 1010000 | 1000011 | 100011 |
Color Harmonies of #6E971E
Complementary color
Monochromatic Colors of #6E971E
Black with #6E971E
Text Example
Text Example
White with #6E971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E971E; }
p { color: rgb(110,151,30); }
H1.HeaderClassName
{
color: #6E971E;
}
.AnyTagClassName
{
color: #6E971E;
}
</style>
background-color css
<style>
a { background-color: #6E971E; }
a { background-color: rgb(110,151,30); }
div.DivClassName
{
background-color: #6E971E;
}
.BgClassName
{
background-color: #6E971E;
}
</style>
border-color css
<style>
span { border-color: #6E971E; }
span { border-color: rgb(110,151,30); }
td.TdClassName
{
border-color: #6E971E;
}
.TagClassName
{
border-color: #6E971E;
}
</style>