Shades of Olive Drab #6E8224
Tints of Olive Drab #6E8224
RGB
CMYK
RGB Variations
Color information
#6E8224 (or 0x6E8224) is known color: Olive Drab. HEX triplet: 6E, 82 and 24. RGB value is (110,130,36). Sum of RGB (Red+Green+Blue) = 110+130+36=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8224 is #917DDB. Grayscale: #717171. Windows color (decimal): -9534940 or 2392686. OLE color: 2392686.
HSL color Cylindrical-coordinate representation of color #6E8224: hue angle of 72.77º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E8224 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 36 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.49 |
| HSL | 72.77º | 0.57% | 0.33% | - |
| HSV(B) | 72.77º | 0.72% | 0.51% | - |
| XYZ | 14.73 | 19.41 | 4.64 | - |
| YUV | 113.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 36 | 0.15 | 0 | 0.72 | 0.49 | 72.77 | 0.57 | 0.33 |
| Hex | 6E | 82 | 24 | F | 0 | 48 | 31 | 49 | 39 | 21 |
| Octal | 156 | 202 | 44 | 17 | 0 | 110 | 61 | 111 | 71 | 41 |
| Binary | 1101110 | 10000010 | 100100 | 1111 | 0 | 1001000 | 110001 | 1001001 | 111001 | 100001 |
Color Harmonies of #6E8224
Complementary color
Monochromatic Colors of #6E8224
Black with #6E8224
Text Example
Text Example
White with #6E8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8224; }
p { color: rgb(110,130,36); }
H1.HeaderClassName
{
color: #6E8224;
}
.AnyTagClassName
{
color: #6E8224;
}
</style>
background-color css
<style>
a { background-color: #6E8224; }
a { background-color: rgb(110,130,36); }
div.DivClassName
{
background-color: #6E8224;
}
.BgClassName
{
background-color: #6E8224;
}
</style>
border-color css
<style>
span { border-color: #6E8224; }
span { border-color: rgb(110,130,36); }
td.TdClassName
{
border-color: #6E8224;
}
.TagClassName
{
border-color: #6E8224;
}
</style>