Shades of Olive Drab #6E831E
Tints of Olive Drab #6E831E
RGB
CMYK
RGB Variations
Color information
#6E831E (or 0x6E831E) is known color: Olive Drab. HEX triplet: 6E, 83 and 1E. RGB value is (110,131,30). Sum of RGB (Red+Green+Blue) = 110+131+30=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #6E831E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E831E is #917CE1. Grayscale: #717171. Windows color (decimal): -9534690 or 1999726. OLE color: 1999726.
HSL color Cylindrical-coordinate representation of color #6E831E: hue angle of 72.48º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E831E is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 131 | 30 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.49 |
| HSL | 72.48º | 0.63% | 0.32% | - |
| HSV(B) | 72.48º | 0.77% | 0.51% | - |
| XYZ | 14.78 | 19.64 | 4.24 | - |
| YUV | 113.21 | 81.04 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 30 | 0.16 | 0 | 0.77 | 0.49 | 72.48 | 0.63 | 0.32 |
| Hex | 6E | 83 | 1E | 10 | 0 | 4D | 31 | 48 | 3F | 20 |
| Octal | 156 | 203 | 36 | 20 | 0 | 115 | 61 | 110 | 77 | 40 |
| Binary | 1101110 | 10000011 | 11110 | 10000 | 0 | 1001101 | 110001 | 1001000 | 111111 | 100000 |
Color Harmonies of #6E831E
Complementary color
Monochromatic Colors of #6E831E
Black with #6E831E
Text Example
Text Example
White with #6E831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E831E; }
p { color: rgb(110,131,30); }
H1.HeaderClassName
{
color: #6E831E;
}
.AnyTagClassName
{
color: #6E831E;
}
</style>
background-color css
<style>
a { background-color: #6E831E; }
a { background-color: rgb(110,131,30); }
div.DivClassName
{
background-color: #6E831E;
}
.BgClassName
{
background-color: #6E831E;
}
</style>
border-color css
<style>
span { border-color: #6E831E; }
span { border-color: rgb(110,131,30); }
td.TdClassName
{
border-color: #6E831E;
}
.TagClassName
{
border-color: #6E831E;
}
</style>