Shades of Olive Drab #6E842B
Tints of Olive Drab #6E842B
RGB
CMYK
RGB Variations
Color information
#6E842B (or 0x6E842B) is known color: Olive Drab. HEX triplet: 6E, 84 and 2B. RGB value is (110,132,43). Sum of RGB (Red+Green+Blue) = 110+132+43=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #6E842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E842B is #917BD4. Grayscale: #737373. Windows color (decimal): -9534421 or 2851950. OLE color: 2851950.
HSL color Cylindrical-coordinate representation of color #6E842B: hue angle of 74.83º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E842B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 43 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.48 |
| HSL | 74.83º | 0.51% | 0.34% | - |
| HSV(B) | 74.83º | 0.67% | 0.52% | - |
| XYZ | 15.12 | 19.99 | 5.35 | - |
| YUV | 115.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 43 | 0.17 | 0 | 0.67 | 0.48 | 74.83 | 0.51 | 0.34 |
| Hex | 6E | 84 | 2B | 11 | 0 | 43 | 30 | 4B | 33 | 22 |
| Octal | 156 | 204 | 53 | 21 | 0 | 103 | 60 | 113 | 63 | 42 |
| Binary | 1101110 | 10000100 | 101011 | 10001 | 0 | 1000011 | 110000 | 1001011 | 110011 | 100010 |
Color Harmonies of #6E842B
Complementary color
Monochromatic Colors of #6E842B
Black with #6E842B
Text Example
Text Example
White with #6E842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E842B; }
p { color: rgb(110,132,43); }
H1.HeaderClassName
{
color: #6E842B;
}
.AnyTagClassName
{
color: #6E842B;
}
</style>
background-color css
<style>
a { background-color: #6E842B; }
a { background-color: rgb(110,132,43); }
div.DivClassName
{
background-color: #6E842B;
}
.BgClassName
{
background-color: #6E842B;
}
</style>
border-color css
<style>
span { border-color: #6E842B; }
span { border-color: rgb(110,132,43); }
td.TdClassName
{
border-color: #6E842B;
}
.TagClassName
{
border-color: #6E842B;
}
</style>