Shades of Olive Drab #6E8331
Tints of Olive Drab #6E8331
RGB
CMYK
RGB Variations
Color information
#6E8331 (or 0x6E8331) is known color: Olive Drab. HEX triplet: 6E, 83 and 31. RGB value is (110,131,49). Sum of RGB (Red+Green+Blue) = 110+131+49=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8331 is #917CCE. Grayscale: #737373. Windows color (decimal): -9534671 or 3244910. OLE color: 3244910.
HSL color Cylindrical-coordinate representation of color #6E8331: hue angle of 75.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E8331 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 131 | 49 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.49 |
| HSL | 75.37º | 0.46% | 0.35% | - |
| HSV(B) | 75.37º | 0.63% | 0.51% | - |
| XYZ | 15.1 | 19.77 | 5.93 | - |
| YUV | 115.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 49 | 0.16 | 0 | 0.63 | 0.49 | 75.37 | 0.46 | 0.35 |
| Hex | 6E | 83 | 31 | 10 | 0 | 3F | 31 | 4B | 2E | 23 |
| Octal | 156 | 203 | 61 | 20 | 0 | 77 | 61 | 113 | 56 | 43 |
| Binary | 1101110 | 10000011 | 110001 | 10000 | 0 | 111111 | 110001 | 1001011 | 101110 | 100011 |
Color Harmonies of #6E8331
Complementary color
Monochromatic Colors of #6E8331
Black with #6E8331
Text Example
Text Example
White with #6E8331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8331; }
p { color: rgb(110,131,49); }
H1.HeaderClassName
{
color: #6E8331;
}
.AnyTagClassName
{
color: #6E8331;
}
</style>
background-color css
<style>
a { background-color: #6E8331; }
a { background-color: rgb(110,131,49); }
div.DivClassName
{
background-color: #6E8331;
}
.BgClassName
{
background-color: #6E8331;
}
</style>
border-color css
<style>
span { border-color: #6E8331; }
span { border-color: rgb(110,131,49); }
td.TdClassName
{
border-color: #6E8331;
}
.TagClassName
{
border-color: #6E8331;
}
</style>