Shades of Olive Drab #6E8C14
Tints of Olive Drab #6E8C14
RGB
CMYK
RGB Variations
Color information
#6E8C14 (or 0x6E8C14) is known color: Olive Drab. HEX triplet: 6E, 8C and 14. RGB value is (110,140,20). Sum of RGB (Red+Green+Blue) = 110+140+20=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8C14 is #9173EB. Grayscale: #757575. Windows color (decimal): -9532396 or 1346670. OLE color: 1346670.
HSL color Cylindrical-coordinate representation of color #6E8C14: hue angle of 75º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E8C14 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 140 | 20 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.45 |
| HSL | 75º | 0.75% | 0.31% | - |
| HSV(B) | 75º | 0.86% | 0.55% | - |
| XYZ | 15.93 | 22.12 | 4.09 | - |
| YUV | 117.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 20 | 0.21 | 0 | 0.86 | 0.45 | 75 | 0.75 | 0.31 |
| Hex | 6E | 8C | 14 | 15 | 0 | 56 | 2D | 4B | 4B | 1F |
| Octal | 156 | 214 | 24 | 25 | 0 | 126 | 55 | 113 | 113 | 37 |
| Binary | 1101110 | 10001100 | 10100 | 10101 | 0 | 1010110 | 101101 | 1001011 | 1001011 | 11111 |
Color Harmonies of #6E8C14
Complementary color
Monochromatic Colors of #6E8C14
Black with #6E8C14
Text Example
Text Example
White with #6E8C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8C14; }
p { color: rgb(110,140,20); }
H1.HeaderClassName
{
color: #6E8C14;
}
.AnyTagClassName
{
color: #6E8C14;
}
</style>
background-color css
<style>
a { background-color: #6E8C14; }
a { background-color: rgb(110,140,20); }
div.DivClassName
{
background-color: #6E8C14;
}
.BgClassName
{
background-color: #6E8C14;
}
</style>
border-color css
<style>
span { border-color: #6E8C14; }
span { border-color: rgb(110,140,20); }
td.TdClassName
{
border-color: #6E8C14;
}
.TagClassName
{
border-color: #6E8C14;
}
</style>