Shades of Olive Drab #6E8A16
Tints of Olive Drab #6E8A16
RGB
CMYK
RGB Variations
Color information
#6E8A16 (or 0x6E8A16) is known color: Olive Drab. HEX triplet: 6E, 8A and 16. RGB value is (110,138,22). Sum of RGB (Red+Green+Blue) = 110+138+22=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8A16 is #9175E9. Grayscale: #747474. Windows color (decimal): -9532906 or 1477230. OLE color: 1477230.
HSL color Cylindrical-coordinate representation of color #6E8A16: hue angle of 74.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E8A16 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 138 | 22 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.46 |
| HSL | 74.48º | 0.73% | 0.31% | - |
| HSV(B) | 74.48º | 0.84% | 0.54% | - |
| XYZ | 15.66 | 21.55 | 4.09 | - |
| YUV | 116.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 22 | 0.20 | 0 | 0.84 | 0.46 | 74.48 | 0.73 | 0.31 |
| Hex | 6E | 8A | 16 | 14 | 0 | 54 | 2E | 4A | 48 | 1F |
| Octal | 156 | 212 | 26 | 24 | 0 | 124 | 56 | 112 | 110 | 37 |
| Binary | 1101110 | 10001010 | 10110 | 10100 | 0 | 1010100 | 101110 | 1001010 | 1001000 | 11111 |
Color Harmonies of #6E8A16
Complementary color
Monochromatic Colors of #6E8A16
Black with #6E8A16
Text Example
Text Example
White with #6E8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8A16; }
p { color: rgb(110,138,22); }
H1.HeaderClassName
{
color: #6E8A16;
}
.AnyTagClassName
{
color: #6E8A16;
}
</style>
background-color css
<style>
a { background-color: #6E8A16; }
a { background-color: rgb(110,138,22); }
div.DivClassName
{
background-color: #6E8A16;
}
.BgClassName
{
background-color: #6E8A16;
}
</style>
border-color css
<style>
span { border-color: #6E8A16; }
span { border-color: rgb(110,138,22); }
td.TdClassName
{
border-color: #6E8A16;
}
.TagClassName
{
border-color: #6E8A16;
}
</style>