Shades of Olive Drab #6E8838
Tints of Olive Drab #6E8838
RGB
CMYK
RGB Variations
Color information
#6E8838 (or 0x6E8838) is known color: Olive Drab. HEX triplet: 6E, 88 and 38. RGB value is (110,136,56). Sum of RGB (Red+Green+Blue) = 110+136+56=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8838 is #9177C7. Grayscale: #777777. Windows color (decimal): -9533384 or 3704942. OLE color: 3704942.
HSL color Cylindrical-coordinate representation of color #6E8838: hue angle of 79.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E8838 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 56 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.47 |
| HSL | 79.5º | 0.42% | 0.38% | - |
| HSV(B) | 79.5º | 0.59% | 0.53% | - |
| XYZ | 15.95 | 21.21 | 6.99 | - |
| YUV | 119.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 56 | 0.19 | 0 | 0.59 | 0.47 | 79.5 | 0.42 | 0.38 |
| Hex | 6E | 88 | 38 | 13 | 0 | 3B | 2F | 50 | 2A | 26 |
| Octal | 156 | 210 | 70 | 23 | 0 | 73 | 57 | 120 | 52 | 46 |
| Binary | 1101110 | 10001000 | 111000 | 10011 | 0 | 111011 | 101111 | 1010000 | 101010 | 100110 |
Color Harmonies of #6E8838
Complementary color
Monochromatic Colors of #6E8838
Black with #6E8838
Text Example
Text Example
White with #6E8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8838; }
p { color: rgb(110,136,56); }
H1.HeaderClassName
{
color: #6E8838;
}
.AnyTagClassName
{
color: #6E8838;
}
</style>
background-color css
<style>
a { background-color: #6E8838; }
a { background-color: rgb(110,136,56); }
div.DivClassName
{
background-color: #6E8838;
}
.BgClassName
{
background-color: #6E8838;
}
</style>
border-color css
<style>
span { border-color: #6E8838; }
span { border-color: rgb(110,136,56); }
td.TdClassName
{
border-color: #6E8838;
}
.TagClassName
{
border-color: #6E8838;
}
</style>