Shades of Olive Drab #6E8C2B
Tints of Olive Drab #6E8C2B
RGB
CMYK
RGB Variations
Color information
#6E8C2B (or 0x6E8C2B) is known color: Olive Drab. HEX triplet: 6E, 8C and 2B. RGB value is (110,140,43). Sum of RGB (Red+Green+Blue) = 110+140+43=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8C2B is #9173D4. Grayscale: #787878. Windows color (decimal): -9532373 or 2853998. OLE color: 2853998.
HSL color Cylindrical-coordinate representation of color #6E8C2B: hue angle of 78.56º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E8C2B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 140 | 43 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.45 |
| HSL | 78.56º | 0.53% | 0.36% | - |
| HSV(B) | 78.56º | 0.69% | 0.55% | - |
| XYZ | 16.24 | 22.25 | 5.72 | - |
| YUV | 119.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 43 | 0.21 | 0 | 0.69 | 0.45 | 78.56 | 0.53 | 0.36 |
| Hex | 6E | 8C | 2B | 15 | 0 | 45 | 2D | 4F | 35 | 24 |
| Octal | 156 | 214 | 53 | 25 | 0 | 105 | 55 | 117 | 65 | 44 |
| Binary | 1101110 | 10001100 | 101011 | 10101 | 0 | 1000101 | 101101 | 1001111 | 110101 | 100100 |
Color Harmonies of #6E8C2B
Complementary color
Monochromatic Colors of #6E8C2B
Black with #6E8C2B
Text Example
Text Example
White with #6E8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8C2B; }
p { color: rgb(110,140,43); }
H1.HeaderClassName
{
color: #6E8C2B;
}
.AnyTagClassName
{
color: #6E8C2B;
}
</style>
background-color css
<style>
a { background-color: #6E8C2B; }
a { background-color: rgb(110,140,43); }
div.DivClassName
{
background-color: #6E8C2B;
}
.BgClassName
{
background-color: #6E8C2B;
}
</style>
border-color css
<style>
span { border-color: #6E8C2B; }
span { border-color: rgb(110,140,43); }
td.TdClassName
{
border-color: #6E8C2B;
}
.TagClassName
{
border-color: #6E8C2B;
}
</style>