Shades of Olive Drab #6E802B
Tints of Olive Drab #6E802B
RGB
CMYK
RGB Variations
Color information
#6E802B (or 0x6E802B) is known color: Olive Drab. HEX triplet: 6E, 80 and 2B. RGB value is (110,128,43). Sum of RGB (Red+Green+Blue) = 110+128+43=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #6E802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E802B is #917FD4. Grayscale: #717171. Windows color (decimal): -9535445 or 2850926. OLE color: 2850926.
HSL color Cylindrical-coordinate representation of color #6E802B: hue angle of 72.71º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E802B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 43 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.50 |
| HSL | 72.71º | 0.5% | 0.34% | - |
| HSV(B) | 72.71º | 0.66% | 0.5% | - |
| XYZ | 14.59 | 18.93 | 5.17 | - |
| YUV | 112.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 43 | 0.14 | 0 | 0.66 | 0.50 | 72.71 | 0.5 | 0.34 |
| Hex | 6E | 80 | 2B | E | 0 | 42 | 32 | 49 | 32 | 22 |
| Octal | 156 | 200 | 53 | 16 | 0 | 102 | 62 | 111 | 62 | 42 |
| Binary | 1101110 | 10000000 | 101011 | 1110 | 0 | 1000010 | 110010 | 1001001 | 110010 | 100010 |
Color Harmonies of #6E802B
Complementary color
Monochromatic Colors of #6E802B
Black with #6E802B
Text Example
Text Example
White with #6E802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E802B; }
p { color: rgb(110,128,43); }
H1.HeaderClassName
{
color: #6E802B;
}
.AnyTagClassName
{
color: #6E802B;
}
</style>
background-color css
<style>
a { background-color: #6E802B; }
a { background-color: rgb(110,128,43); }
div.DivClassName
{
background-color: #6E802B;
}
.BgClassName
{
background-color: #6E802B;
}
</style>
border-color css
<style>
span { border-color: #6E802B; }
span { border-color: rgb(110,128,43); }
td.TdClassName
{
border-color: #6E802B;
}
.TagClassName
{
border-color: #6E802B;
}
</style>