Shades of Olive Drab #6D871E
Tints of Olive Drab #6D871E
RGB
CMYK
RGB Variations
Color information
#6D871E (or 0x6D871E) is known color: Olive Drab. HEX triplet: 6D, 87 and 1E. RGB value is (109,135,30). Sum of RGB (Red+Green+Blue) = 109+135+30=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #6D871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D871E is #9278E1. Grayscale: #737373. Windows color (decimal): -9599202 or 2000749. OLE color: 2000749.
HSL color Cylindrical-coordinate representation of color #6D871E: hue angle of 74.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D871E is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 30 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.47 |
| HSL | 74.86º | 0.64% | 0.32% | - |
| HSV(B) | 74.86º | 0.78% | 0.53% | - |
| XYZ | 15.2 | 20.67 | 4.42 | - |
| YUV | 115.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 30 | 0.19 | 0 | 0.78 | 0.47 | 74.86 | 0.64 | 0.32 |
| Hex | 6D | 87 | 1E | 13 | 0 | 4E | 2F | 4B | 40 | 20 |
| Octal | 155 | 207 | 36 | 23 | 0 | 116 | 57 | 113 | 100 | 40 |
| Binary | 1101101 | 10000111 | 11110 | 10011 | 0 | 1001110 | 101111 | 1001011 | 1000000 | 100000 |
Color Harmonies of #6D871E
Complementary color
Monochromatic Colors of #6D871E
Black with #6D871E
Text Example
Text Example
White with #6D871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D871E; }
p { color: rgb(109,135,30); }
H1.HeaderClassName
{
color: #6D871E;
}
.AnyTagClassName
{
color: #6D871E;
}
</style>
background-color css
<style>
a { background-color: #6D871E; }
a { background-color: rgb(109,135,30); }
div.DivClassName
{
background-color: #6D871E;
}
.BgClassName
{
background-color: #6D871E;
}
</style>
border-color css
<style>
span { border-color: #6D871E; }
span { border-color: rgb(109,135,30); }
td.TdClassName
{
border-color: #6D871E;
}
.TagClassName
{
border-color: #6D871E;
}
</style>