Shades of Olive Drab #6E8A1B
Tints of Olive Drab #6E8A1B
RGB
CMYK
RGB Variations
Color information
#6E8A1B (or 0x6E8A1B) is known color: Olive Drab. HEX triplet: 6E, 8A and 1B. RGB value is (110,138,27). Sum of RGB (Red+Green+Blue) = 110+138+27=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8A1B is #9175E4. Grayscale: #757575. Windows color (decimal): -9532901 or 1804910. OLE color: 1804910.
HSL color Cylindrical-coordinate representation of color #6E8A1B: hue angle of 75.14º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E8A1B is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 138 | 27 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.46 |
| HSL | 75.14º | 0.67% | 0.32% | - |
| HSV(B) | 75.14º | 0.8% | 0.54% | - |
| XYZ | 15.72 | 21.57 | 4.37 | - |
| YUV | 116.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 27 | 0.20 | 0 | 0.80 | 0.46 | 75.14 | 0.67 | 0.32 |
| Hex | 6E | 8A | 1B | 14 | 0 | 50 | 2E | 4B | 43 | 20 |
| Octal | 156 | 212 | 33 | 24 | 0 | 120 | 56 | 113 | 103 | 40 |
| Binary | 1101110 | 10001010 | 11011 | 10100 | 0 | 1010000 | 101110 | 1001011 | 1000011 | 100000 |
Color Harmonies of #6E8A1B
Complementary color
Monochromatic Colors of #6E8A1B
Black with #6E8A1B
Text Example
Text Example
White with #6E8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8A1B; }
p { color: rgb(110,138,27); }
H1.HeaderClassName
{
color: #6E8A1B;
}
.AnyTagClassName
{
color: #6E8A1B;
}
</style>
background-color css
<style>
a { background-color: #6E8A1B; }
a { background-color: rgb(110,138,27); }
div.DivClassName
{
background-color: #6E8A1B;
}
.BgClassName
{
background-color: #6E8A1B;
}
</style>
border-color css
<style>
span { border-color: #6E8A1B; }
span { border-color: rgb(110,138,27); }
td.TdClassName
{
border-color: #6E8A1B;
}
.TagClassName
{
border-color: #6E8A1B;
}
</style>