Shades of Olive Drab #6D890D
Tints of Olive Drab #6D890D
RGB
CMYK
RGB Variations
Color information
#6D890D (or 0x6D890D) is known color: Olive Drab. HEX triplet: 6D, 89 and 0D. RGB value is (109,137,13). Sum of RGB (Red+Green+Blue) = 109+137+13=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #6D890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D890D is #9276F2. Grayscale: #727272. Windows color (decimal): -9598707 or 887149. OLE color: 887149.
HSL color Cylindrical-coordinate representation of color #6D890D: hue angle of 73.55º 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 #6D890D is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 13 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.46 |
| HSL | 73.55º | 0.83% | 0.29% | - |
| HSV(B) | 73.55º | 0.91% | 0.54% | - |
| XYZ | 15.32 | 21.17 | 3.66 | - |
| YUV | 114.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 13 | 0.20 | 0 | 0.91 | 0.46 | 73.55 | 0.83 | 0.29 |
| Hex | 6D | 89 | D | 14 | 0 | 5B | 2E | 4A | 53 | 1D |
| Octal | 155 | 211 | 15 | 24 | 0 | 133 | 56 | 112 | 123 | 35 |
| Binary | 1101101 | 10001001 | 1101 | 10100 | 0 | 1011011 | 101110 | 1001010 | 1010011 | 11101 |
Color Harmonies of #6D890D
Complementary color
Monochromatic Colors of #6D890D
Black with #6D890D
Text Example
Text Example
White with #6D890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D890D; }
p { color: rgb(109,137,13); }
H1.HeaderClassName
{
color: #6D890D;
}
.AnyTagClassName
{
color: #6D890D;
}
</style>
background-color css
<style>
a { background-color: #6D890D; }
a { background-color: rgb(109,137,13); }
div.DivClassName
{
background-color: #6D890D;
}
.BgClassName
{
background-color: #6D890D;
}
</style>
border-color css
<style>
span { border-color: #6D890D; }
span { border-color: rgb(109,137,13); }
td.TdClassName
{
border-color: #6D890D;
}
.TagClassName
{
border-color: #6D890D;
}
</style>