Shades of Olive Drab #6E843A
Tints of Olive Drab #6E843A
RGB
CMYK
RGB Variations
Color information
#6E843A (or 0x6E843A) is known color: Olive Drab. HEX triplet: 6E, 84 and 3A. RGB value is (110,132,58). Sum of RGB (Red+Green+Blue) = 110+132+58=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #6E843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E843A is #917BC5. Grayscale: #757575. Windows color (decimal): -9534406 or 3834990. OLE color: 3834990.
HSL color Cylindrical-coordinate representation of color #6E843A: hue angle of 77.84º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E843A is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 58 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.48 |
| HSL | 77.84º | 0.39% | 0.37% | - |
| HSV(B) | 77.84º | 0.56% | 0.52% | - |
| XYZ | 15.45 | 20.12 | 7.07 | - |
| YUV | 116.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 58 | 0.17 | 0 | 0.56 | 0.48 | 77.84 | 0.39 | 0.37 |
| Hex | 6E | 84 | 3A | 11 | 0 | 38 | 30 | 4E | 27 | 25 |
| Octal | 156 | 204 | 72 | 21 | 0 | 70 | 60 | 116 | 47 | 45 |
| Binary | 1101110 | 10000100 | 111010 | 10001 | 0 | 111000 | 110000 | 1001110 | 100111 | 100101 |
Color Harmonies of #6E843A
Complementary color
Monochromatic Colors of #6E843A
Black with #6E843A
Text Example
Text Example
White with #6E843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E843A; }
p { color: rgb(110,132,58); }
H1.HeaderClassName
{
color: #6E843A;
}
.AnyTagClassName
{
color: #6E843A;
}
</style>
background-color css
<style>
a { background-color: #6E843A; }
a { background-color: rgb(110,132,58); }
div.DivClassName
{
background-color: #6E843A;
}
.BgClassName
{
background-color: #6E843A;
}
</style>
border-color css
<style>
span { border-color: #6E843A; }
span { border-color: rgb(110,132,58); }
td.TdClassName
{
border-color: #6E843A;
}
.TagClassName
{
border-color: #6E843A;
}
</style>