Shades of Olive Drab #6E8426
Tints of Olive Drab #6E8426
RGB
CMYK
RGB Variations
Color information
#6E8426 (or 0x6E8426) is known color: Olive Drab. HEX triplet: 6E, 84 and 26. RGB value is (110,132,38). Sum of RGB (Red+Green+Blue) = 110+132+38=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8426 is #917BD9. Grayscale: #737373. Windows color (decimal): -9534426 or 2524270. OLE color: 2524270.
HSL color Cylindrical-coordinate representation of color #6E8426: hue angle of 74.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E8426 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 38 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.48 |
| HSL | 74.04º | 0.55% | 0.33% | - |
| HSV(B) | 74.04º | 0.71% | 0.52% | - |
| XYZ | 15.03 | 19.96 | 4.89 | - |
| YUV | 114.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 38 | 0.17 | 0 | 0.71 | 0.48 | 74.04 | 0.55 | 0.33 |
| Hex | 6E | 84 | 26 | 11 | 0 | 47 | 30 | 4A | 37 | 21 |
| Octal | 156 | 204 | 46 | 21 | 0 | 107 | 60 | 112 | 67 | 41 |
| Binary | 1101110 | 10000100 | 100110 | 10001 | 0 | 1000111 | 110000 | 1001010 | 110111 | 100001 |
Color Harmonies of #6E8426
Complementary color
Monochromatic Colors of #6E8426
Black with #6E8426
Text Example
Text Example
White with #6E8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8426; }
p { color: rgb(110,132,38); }
H1.HeaderClassName
{
color: #6E8426;
}
.AnyTagClassName
{
color: #6E8426;
}
</style>
background-color css
<style>
a { background-color: #6E8426; }
a { background-color: rgb(110,132,38); }
div.DivClassName
{
background-color: #6E8426;
}
.BgClassName
{
background-color: #6E8426;
}
</style>
border-color css
<style>
span { border-color: #6E8426; }
span { border-color: rgb(110,132,38); }
td.TdClassName
{
border-color: #6E8426;
}
.TagClassName
{
border-color: #6E8426;
}
</style>