Shades of Olive Drab #6E8F27
Tints of Olive Drab #6E8F27
RGB
CMYK
RGB Variations
Color information
#6E8F27 (or 0x6E8F27) is known color: Olive Drab. HEX triplet: 6E, 8F and 27. RGB value is (110,143,39). Sum of RGB (Red+Green+Blue) = 110+143+39=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8F27 is #9170D8. Grayscale: #797979. Windows color (decimal): -9531609 or 2592622. OLE color: 2592622.
HSL color Cylindrical-coordinate representation of color #6E8F27: hue angle of 79.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E8F27 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 143 | 39 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.44 |
| HSL | 79.04º | 0.57% | 0.36% | - |
| HSV(B) | 79.04º | 0.73% | 0.56% | - |
| XYZ | 16.62 | 23.11 | 5.5 | - |
| YUV | 121.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 39 | 0.23 | 0 | 0.73 | 0.44 | 79.04 | 0.57 | 0.36 |
| Hex | 6E | 8F | 27 | 17 | 0 | 49 | 2C | 4F | 39 | 24 |
| Octal | 156 | 217 | 47 | 27 | 0 | 111 | 54 | 117 | 71 | 44 |
| Binary | 1101110 | 10001111 | 100111 | 10111 | 0 | 1001001 | 101100 | 1001111 | 111001 | 100100 |
Color Harmonies of #6E8F27
Complementary color
Monochromatic Colors of #6E8F27
Black with #6E8F27
Text Example
Text Example
White with #6E8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8F27; }
p { color: rgb(110,143,39); }
H1.HeaderClassName
{
color: #6E8F27;
}
.AnyTagClassName
{
color: #6E8F27;
}
</style>
background-color css
<style>
a { background-color: #6E8F27; }
a { background-color: rgb(110,143,39); }
div.DivClassName
{
background-color: #6E8F27;
}
.BgClassName
{
background-color: #6E8F27;
}
</style>
border-color css
<style>
span { border-color: #6E8F27; }
span { border-color: rgb(110,143,39); }
td.TdClassName
{
border-color: #6E8F27;
}
.TagClassName
{
border-color: #6E8F27;
}
</style>