Shades of Olive Drab #6E822A
Tints of Olive Drab #6E822A
RGB
CMYK
RGB Variations
Color information
#6E822A (or 0x6E822A) is known color: Olive Drab. HEX triplet: 6E, 82 and 2A. RGB value is (110,130,42). Sum of RGB (Red+Green+Blue) = 110+130+42=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #6E822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E822A is #917DD5. Grayscale: #727272. Windows color (decimal): -9534934 or 2785902. OLE color: 2785902.
HSL color Cylindrical-coordinate representation of color #6E822A: hue angle of 73.64º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E822A is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 42 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.49 |
| HSL | 73.64º | 0.51% | 0.34% | - |
| HSV(B) | 73.64º | 0.68% | 0.51% | - |
| XYZ | 14.83 | 19.45 | 5.16 | - |
| YUV | 113.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 42 | 0.15 | 0 | 0.68 | 0.49 | 73.64 | 0.51 | 0.34 |
| Hex | 6E | 82 | 2A | F | 0 | 44 | 31 | 4A | 33 | 22 |
| Octal | 156 | 202 | 52 | 17 | 0 | 104 | 61 | 112 | 63 | 42 |
| Binary | 1101110 | 10000010 | 101010 | 1111 | 0 | 1000100 | 110001 | 1001010 | 110011 | 100010 |
Color Harmonies of #6E822A
Complementary color
Monochromatic Colors of #6E822A
Black with #6E822A
Text Example
Text Example
White with #6E822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E822A; }
p { color: rgb(110,130,42); }
H1.HeaderClassName
{
color: #6E822A;
}
.AnyTagClassName
{
color: #6E822A;
}
</style>
background-color css
<style>
a { background-color: #6E822A; }
a { background-color: rgb(110,130,42); }
div.DivClassName
{
background-color: #6E822A;
}
.BgClassName
{
background-color: #6E822A;
}
</style>
border-color css
<style>
span { border-color: #6E822A; }
span { border-color: rgb(110,130,42); }
td.TdClassName
{
border-color: #6E822A;
}
.TagClassName
{
border-color: #6E822A;
}
</style>