Shades of Olive Drab #6D851E
Tints of Olive Drab #6D851E
RGB
CMYK
RGB Variations
Color information
#6D851E (or 0x6D851E) is known color: Olive Drab. HEX triplet: 6D, 85 and 1E. RGB value is (109,133,30). Sum of RGB (Red+Green+Blue) = 109+133+30=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #6D851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D851E is #927AE1. Grayscale: #727272. Windows color (decimal): -9599714 or 2000237. OLE color: 2000237.
HSL color Cylindrical-coordinate representation of color #6D851E: hue angle of 73.98º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D851E is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 30 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.48 |
| HSL | 73.98º | 0.63% | 0.32% | - |
| HSV(B) | 73.98º | 0.77% | 0.52% | - |
| XYZ | 14.93 | 20.12 | 4.33 | - |
| YUV | 114.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 30 | 0.18 | 0 | 0.77 | 0.48 | 73.98 | 0.63 | 0.32 |
| Hex | 6D | 85 | 1E | 12 | 0 | 4D | 30 | 4A | 3F | 20 |
| Octal | 155 | 205 | 36 | 22 | 0 | 115 | 60 | 112 | 77 | 40 |
| Binary | 1101101 | 10000101 | 11110 | 10010 | 0 | 1001101 | 110000 | 1001010 | 111111 | 100000 |
Color Harmonies of #6D851E
Complementary color
Monochromatic Colors of #6D851E
Black with #6D851E
Text Example
Text Example
White with #6D851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D851E; }
p { color: rgb(109,133,30); }
H1.HeaderClassName
{
color: #6D851E;
}
.AnyTagClassName
{
color: #6D851E;
}
</style>
background-color css
<style>
a { background-color: #6D851E; }
a { background-color: rgb(109,133,30); }
div.DivClassName
{
background-color: #6D851E;
}
.BgClassName
{
background-color: #6D851E;
}
</style>
border-color css
<style>
span { border-color: #6D851E; }
span { border-color: rgb(109,133,30); }
td.TdClassName
{
border-color: #6D851E;
}
.TagClassName
{
border-color: #6D851E;
}
</style>