Shades of Olive Drab #6E890D
Tints of Olive Drab #6E890D
RGB
CMYK
RGB Variations
Color information
#6E890D (or 0x6E890D) is known color: Olive Drab. HEX triplet: 6E, 89 and 0D. RGB value is (110,137,13). Sum of RGB (Red+Green+Blue) = 110+137+13=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #6E890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E890D is #9176F2. Grayscale: #737373. Windows color (decimal): -9533171 or 887150. OLE color: 887150.
HSL color Cylindrical-coordinate representation of color #6E890D: hue angle of 73.06º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E890D is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 137 | 13 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.46 |
| HSL | 73.06º | 0.83% | 0.29% | - |
| HSV(B) | 73.06º | 0.91% | 0.54% | - |
| XYZ | 15.45 | 21.24 | 3.67 | - |
| YUV | 114.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 13 | 0.20 | 0 | 0.91 | 0.46 | 73.06 | 0.83 | 0.29 |
| Hex | 6E | 89 | D | 14 | 0 | 5B | 2E | 49 | 53 | 1D |
| Octal | 156 | 211 | 15 | 24 | 0 | 133 | 56 | 111 | 123 | 35 |
| Binary | 1101110 | 10001001 | 1101 | 10100 | 0 | 1011011 | 101110 | 1001001 | 1010011 | 11101 |
Color Harmonies of #6E890D
Complementary color
Monochromatic Colors of #6E890D
Black with #6E890D
Text Example
Text Example
White with #6E890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E890D; }
p { color: rgb(110,137,13); }
H1.HeaderClassName
{
color: #6E890D;
}
.AnyTagClassName
{
color: #6E890D;
}
</style>
background-color css
<style>
a { background-color: #6E890D; }
a { background-color: rgb(110,137,13); }
div.DivClassName
{
background-color: #6E890D;
}
.BgClassName
{
background-color: #6E890D;
}
</style>
border-color css
<style>
span { border-color: #6E890D; }
span { border-color: rgb(110,137,13); }
td.TdClassName
{
border-color: #6E890D;
}
.TagClassName
{
border-color: #6E890D;
}
</style>