Shades of Olive Drab #6E831D
Tints of Olive Drab #6E831D
RGB
CMYK
RGB Variations
Color information
#6E831D (or 0x6E831D) is known color: Olive Drab. HEX triplet: 6E, 83 and 1D. RGB value is (110,131,29). Sum of RGB (Red+Green+Blue) = 110+131+29=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #6E831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E831D is #917CE2. Grayscale: #717171. Windows color (decimal): -9534691 or 1934190. OLE color: 1934190.
HSL color Cylindrical-coordinate representation of color #6E831D: hue angle of 72.35º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E831D is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 131 | 29 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.49 |
| HSL | 72.35º | 0.64% | 0.31% | - |
| HSV(B) | 72.35º | 0.78% | 0.51% | - |
| XYZ | 14.77 | 19.64 | 4.17 | - |
| YUV | 113.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 29 | 0.16 | 0 | 0.78 | 0.49 | 72.35 | 0.64 | 0.31 |
| Hex | 6E | 83 | 1D | 10 | 0 | 4E | 31 | 48 | 40 | 1F |
| Octal | 156 | 203 | 35 | 20 | 0 | 116 | 61 | 110 | 100 | 37 |
| Binary | 1101110 | 10000011 | 11101 | 10000 | 0 | 1001110 | 110001 | 1001000 | 1000000 | 11111 |
Color Harmonies of #6E831D
Complementary color
Monochromatic Colors of #6E831D
Black with #6E831D
Text Example
Text Example
White with #6E831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E831D; }
p { color: rgb(110,131,29); }
H1.HeaderClassName
{
color: #6E831D;
}
.AnyTagClassName
{
color: #6E831D;
}
</style>
background-color css
<style>
a { background-color: #6E831D; }
a { background-color: rgb(110,131,29); }
div.DivClassName
{
background-color: #6E831D;
}
.BgClassName
{
background-color: #6E831D;
}
</style>
border-color css
<style>
span { border-color: #6E831D; }
span { border-color: rgb(110,131,29); }
td.TdClassName
{
border-color: #6E831D;
}
.TagClassName
{
border-color: #6E831D;
}
</style>