Shades of Olive Drab #6E892D
Tints of Olive Drab #6E892D
RGB
CMYK
RGB Variations
Color information
#6E892D (or 0x6E892D) is known color: Olive Drab. HEX triplet: 6E, 89 and 2D. RGB value is (110,137,45). Sum of RGB (Red+Green+Blue) = 110+137+45=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #6E892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E892D is #9176D2. Grayscale: #767676. Windows color (decimal): -9533139 or 2984302. OLE color: 2984302.
HSL color Cylindrical-coordinate representation of color #6E892D: hue angle of 77.61º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E892D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 137 | 45 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.46 |
| HSL | 77.61º | 0.51% | 0.36% | - |
| HSV(B) | 77.61º | 0.67% | 0.54% | - |
| XYZ | 15.85 | 21.4 | 5.78 | - |
| YUV | 118.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 45 | 0.20 | 0 | 0.67 | 0.46 | 77.61 | 0.51 | 0.36 |
| Hex | 6E | 89 | 2D | 14 | 0 | 43 | 2E | 4E | 33 | 24 |
| Octal | 156 | 211 | 55 | 24 | 0 | 103 | 56 | 116 | 63 | 44 |
| Binary | 1101110 | 10001001 | 101101 | 10100 | 0 | 1000011 | 101110 | 1001110 | 110011 | 100100 |
Color Harmonies of #6E892D
Complementary color
Monochromatic Colors of #6E892D
Black with #6E892D
Text Example
Text Example
White with #6E892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E892D; }
p { color: rgb(110,137,45); }
H1.HeaderClassName
{
color: #6E892D;
}
.AnyTagClassName
{
color: #6E892D;
}
</style>
background-color css
<style>
a { background-color: #6E892D; }
a { background-color: rgb(110,137,45); }
div.DivClassName
{
background-color: #6E892D;
}
.BgClassName
{
background-color: #6E892D;
}
</style>
border-color css
<style>
span { border-color: #6E892D; }
span { border-color: rgb(110,137,45); }
td.TdClassName
{
border-color: #6E892D;
}
.TagClassName
{
border-color: #6E892D;
}
</style>