Shades of Olive Drab #6E8831
Tints of Olive Drab #6E8831
RGB
CMYK
RGB Variations
Color information
#6E8831 (or 0x6E8831) is known color: Olive Drab. HEX triplet: 6E, 88 and 31. RGB value is (110,136,49). Sum of RGB (Red+Green+Blue) = 110+136+49=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8831 is #9177CE. Grayscale: #767676. Windows color (decimal): -9533391 or 3246190. OLE color: 3246190.
HSL color Cylindrical-coordinate representation of color #6E8831: hue angle of 77.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E8831 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 49 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.47 |
| HSL | 77.93º | 0.47% | 0.36% | - |
| HSV(B) | 77.93º | 0.64% | 0.53% | - |
| XYZ | 15.79 | 21.15 | 6.15 | - |
| YUV | 118.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 49 | 0.19 | 0 | 0.64 | 0.47 | 77.93 | 0.47 | 0.36 |
| Hex | 6E | 88 | 31 | 13 | 0 | 40 | 2F | 4E | 2F | 24 |
| Octal | 156 | 210 | 61 | 23 | 0 | 100 | 57 | 116 | 57 | 44 |
| Binary | 1101110 | 10001000 | 110001 | 10011 | 0 | 1000000 | 101111 | 1001110 | 101111 | 100100 |
Color Harmonies of #6E8831
Complementary color
Monochromatic Colors of #6E8831
Black with #6E8831
Text Example
Text Example
White with #6E8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8831; }
p { color: rgb(110,136,49); }
H1.HeaderClassName
{
color: #6E8831;
}
.AnyTagClassName
{
color: #6E8831;
}
</style>
background-color css
<style>
a { background-color: #6E8831; }
a { background-color: rgb(110,136,49); }
div.DivClassName
{
background-color: #6E8831;
}
.BgClassName
{
background-color: #6E8831;
}
</style>
border-color css
<style>
span { border-color: #6E8831; }
span { border-color: rgb(110,136,49); }
td.TdClassName
{
border-color: #6E8831;
}
.TagClassName
{
border-color: #6E8831;
}
</style>