Shades of Olive Drab #6D850E
Tints of Olive Drab #6D850E
RGB
CMYK
RGB Variations
Color information
#6D850E (or 0x6D850E) is known color: Olive Drab. HEX triplet: 6D, 85 and 0E. RGB value is (109,133,14). Sum of RGB (Red+Green+Blue) = 109+133+14=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #6D850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D850E is #927AF1. Grayscale: #707070. Windows color (decimal): -9599730 or 951661. OLE color: 951661.
HSL color Cylindrical-coordinate representation of color #6D850E: hue angle of 72.1º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D850E is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 14 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.48 |
| HSL | 72.1º | 0.81% | 0.29% | - |
| HSV(B) | 72.1º | 0.89% | 0.52% | - |
| XYZ | 14.77 | 20.06 | 3.51 | - |
| YUV | 112.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 14 | 0.18 | 0 | 0.89 | 0.48 | 72.1 | 0.81 | 0.29 |
| Hex | 6D | 85 | E | 12 | 0 | 59 | 30 | 48 | 51 | 1D |
| Octal | 155 | 205 | 16 | 22 | 0 | 131 | 60 | 110 | 121 | 35 |
| Binary | 1101101 | 10000101 | 1110 | 10010 | 0 | 1011001 | 110000 | 1001000 | 1010001 | 11101 |
Color Harmonies of #6D850E
Complementary color
Monochromatic Colors of #6D850E
Black with #6D850E
Text Example
Text Example
White with #6D850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D850E; }
p { color: rgb(109,133,14); }
H1.HeaderClassName
{
color: #6D850E;
}
.AnyTagClassName
{
color: #6D850E;
}
</style>
background-color css
<style>
a { background-color: #6D850E; }
a { background-color: rgb(109,133,14); }
div.DivClassName
{
background-color: #6D850E;
}
.BgClassName
{
background-color: #6D850E;
}
</style>
border-color css
<style>
span { border-color: #6D850E; }
span { border-color: rgb(109,133,14); }
td.TdClassName
{
border-color: #6D850E;
}
.TagClassName
{
border-color: #6D850E;
}
</style>