Shades of Olive Drab #6E902E
Tints of Olive Drab #6E902E
RGB
CMYK
RGB Variations
Color information
#6E902E (or 0x6E902E) is known color: Olive Drab. HEX triplet: 6E, 90 and 2E. RGB value is (110,144,46). Sum of RGB (Red+Green+Blue) = 110+144+46=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #6E902E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E902E is #916FD1. Grayscale: #7B7B7B. Windows color (decimal): -9531346 or 3051630. OLE color: 3051630.
HSL color Cylindrical-coordinate representation of color #6E902E: hue angle of 80.82º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E902E is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 144 | 46 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.44 |
| HSL | 80.82º | 0.52% | 0.37% | - |
| HSV(B) | 80.82º | 0.68% | 0.56% | - |
| XYZ | 16.9 | 23.46 | 6.22 | - |
| YUV | 122.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 46 | 0.24 | 0 | 0.68 | 0.44 | 80.82 | 0.52 | 0.37 |
| Hex | 6E | 90 | 2E | 18 | 0 | 44 | 2C | 51 | 34 | 25 |
| Octal | 156 | 220 | 56 | 30 | 0 | 104 | 54 | 121 | 64 | 45 |
| Binary | 1101110 | 10010000 | 101110 | 11000 | 0 | 1000100 | 101100 | 1010001 | 110100 | 100101 |
Color Harmonies of #6E902E
Complementary color
Monochromatic Colors of #6E902E
Black with #6E902E
Text Example
Text Example
White with #6E902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E902E; }
p { color: rgb(110,144,46); }
H1.HeaderClassName
{
color: #6E902E;
}
.AnyTagClassName
{
color: #6E902E;
}
</style>
background-color css
<style>
a { background-color: #6E902E; }
a { background-color: rgb(110,144,46); }
div.DivClassName
{
background-color: #6E902E;
}
.BgClassName
{
background-color: #6E902E;
}
</style>
border-color css
<style>
span { border-color: #6E902E; }
span { border-color: rgb(110,144,46); }
td.TdClassName
{
border-color: #6E902E;
}
.TagClassName
{
border-color: #6E902E;
}
</style>