Shades of Olive Drab #6E8232
Tints of Olive Drab #6E8232
RGB
CMYK
RGB Variations
Color information
#6E8232 (or 0x6E8232) is known color: Olive Drab. HEX triplet: 6E, 82 and 32. RGB value is (110,130,50). Sum of RGB (Red+Green+Blue) = 110+130+50=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8232 is #917DCD. Grayscale: #737373. Windows color (decimal): -9534926 or 3310190. OLE color: 3310190.
HSL color Cylindrical-coordinate representation of color #6E8232: hue angle of 75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E8232 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 50 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.49 |
| HSL | 75º | 0.44% | 0.35% | - |
| HSV(B) | 75º | 0.62% | 0.51% | - |
| XYZ | 14.99 | 19.51 | 5.99 | - |
| YUV | 114.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 50 | 0.15 | 0 | 0.62 | 0.49 | 75 | 0.44 | 0.35 |
| Hex | 6E | 82 | 32 | F | 0 | 3E | 31 | 4B | 2C | 23 |
| Octal | 156 | 202 | 62 | 17 | 0 | 76 | 61 | 113 | 54 | 43 |
| Binary | 1101110 | 10000010 | 110010 | 1111 | 0 | 111110 | 110001 | 1001011 | 101100 | 100011 |
Color Harmonies of #6E8232
Complementary color
Monochromatic Colors of #6E8232
Black with #6E8232
Text Example
Text Example
White with #6E8232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8232; }
p { color: rgb(110,130,50); }
H1.HeaderClassName
{
color: #6E8232;
}
.AnyTagClassName
{
color: #6E8232;
}
</style>
background-color css
<style>
a { background-color: #6E8232; }
a { background-color: rgb(110,130,50); }
div.DivClassName
{
background-color: #6E8232;
}
.BgClassName
{
background-color: #6E8232;
}
</style>
border-color css
<style>
span { border-color: #6E8232; }
span { border-color: rgb(110,130,50); }
td.TdClassName
{
border-color: #6E8232;
}
.TagClassName
{
border-color: #6E8232;
}
</style>