Shades of Olive Drab #6E8B1F
Tints of Olive Drab #6E8B1F
RGB
CMYK
RGB Variations
Color information
#6E8B1F (or 0x6E8B1F) is known color: Olive Drab. HEX triplet: 6E, 8B and 1F. RGB value is (110,139,31). Sum of RGB (Red+Green+Blue) = 110+139+31=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8B1F is #9174E0. Grayscale: #767676. Windows color (decimal): -9532641 or 2067310. OLE color: 2067310.
HSL color Cylindrical-coordinate representation of color #6E8B1F: hue angle of 76.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E8B1F is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 139 | 31 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.45 |
| HSL | 76.11º | 0.64% | 0.33% | - |
| HSV(B) | 76.11º | 0.78% | 0.55% | - |
| XYZ | 15.91 | 21.88 | 4.68 | - |
| YUV | 118.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 31 | 0.21 | 0 | 0.78 | 0.45 | 76.11 | 0.64 | 0.33 |
| Hex | 6E | 8B | 1F | 15 | 0 | 4E | 2D | 4C | 40 | 21 |
| Octal | 156 | 213 | 37 | 25 | 0 | 116 | 55 | 114 | 100 | 41 |
| Binary | 1101110 | 10001011 | 11111 | 10101 | 0 | 1001110 | 101101 | 1001100 | 1000000 | 100001 |
Color Harmonies of #6E8B1F
Complementary color
Monochromatic Colors of #6E8B1F
Black with #6E8B1F
Text Example
Text Example
White with #6E8B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8B1F; }
p { color: rgb(110,139,31); }
H1.HeaderClassName
{
color: #6E8B1F;
}
.AnyTagClassName
{
color: #6E8B1F;
}
</style>
background-color css
<style>
a { background-color: #6E8B1F; }
a { background-color: rgb(110,139,31); }
div.DivClassName
{
background-color: #6E8B1F;
}
.BgClassName
{
background-color: #6E8B1F;
}
</style>
border-color css
<style>
span { border-color: #6E8B1F; }
span { border-color: rgb(110,139,31); }
td.TdClassName
{
border-color: #6E8B1F;
}
.TagClassName
{
border-color: #6E8B1F;
}
</style>