Shades of Olive Drab #6E822D
Tints of Olive Drab #6E822D
RGB
CMYK
RGB Variations
Color information
#6E822D (or 0x6E822D) is known color: Olive Drab. HEX triplet: 6E, 82 and 2D. RGB value is (110,130,45). Sum of RGB (Red+Green+Blue) = 110+130+45=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #6E822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E822D is #917DD2. Grayscale: #727272. Windows color (decimal): -9534931 or 2982510. OLE color: 2982510.
HSL color Cylindrical-coordinate representation of color #6E822D: hue angle of 74.12º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E822D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 45 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.49 |
| HSL | 74.12º | 0.49% | 0.34% | - |
| HSV(B) | 74.12º | 0.65% | 0.51% | - |
| XYZ | 14.89 | 19.47 | 5.46 | - |
| YUV | 114.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 45 | 0.15 | 0 | 0.65 | 0.49 | 74.12 | 0.49 | 0.34 |
| Hex | 6E | 82 | 2D | F | 0 | 41 | 31 | 4A | 31 | 22 |
| Octal | 156 | 202 | 55 | 17 | 0 | 101 | 61 | 112 | 61 | 42 |
| Binary | 1101110 | 10000010 | 101101 | 1111 | 0 | 1000001 | 110001 | 1001010 | 110001 | 100010 |
Color Harmonies of #6E822D
Complementary color
Monochromatic Colors of #6E822D
Black with #6E822D
Text Example
Text Example
White with #6E822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E822D; }
p { color: rgb(110,130,45); }
H1.HeaderClassName
{
color: #6E822D;
}
.AnyTagClassName
{
color: #6E822D;
}
</style>
background-color css
<style>
a { background-color: #6E822D; }
a { background-color: rgb(110,130,45); }
div.DivClassName
{
background-color: #6E822D;
}
.BgClassName
{
background-color: #6E822D;
}
</style>
border-color css
<style>
span { border-color: #6E822D; }
span { border-color: rgb(110,130,45); }
td.TdClassName
{
border-color: #6E822D;
}
.TagClassName
{
border-color: #6E822D;
}
</style>