Shades of Olive Drab #6E8717
Tints of Olive Drab #6E8717
RGB
CMYK
RGB Variations
Color information
#6E8717 (or 0x6E8717) is known color: Olive Drab. HEX triplet: 6E, 87 and 17. RGB value is (110,135,23). Sum of RGB (Red+Green+Blue) = 110+135+23=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8717 is #9178E8. Grayscale: #737373. Windows color (decimal): -9533673 or 1541998. OLE color: 1541998.
HSL color Cylindrical-coordinate representation of color #6E8717: hue angle of 73.39º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E8717 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 23 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.47 |
| HSL | 73.39º | 0.71% | 0.31% | - |
| HSV(B) | 73.39º | 0.83% | 0.53% | - |
| XYZ | 15.25 | 20.7 | 4 | - |
| YUV | 114.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 23 | 0.19 | 0 | 0.83 | 0.47 | 73.39 | 0.71 | 0.31 |
| Hex | 6E | 87 | 17 | 13 | 0 | 53 | 2F | 49 | 47 | 1F |
| Octal | 156 | 207 | 27 | 23 | 0 | 123 | 57 | 111 | 107 | 37 |
| Binary | 1101110 | 10000111 | 10111 | 10011 | 0 | 1010011 | 101111 | 1001001 | 1000111 | 11111 |
Color Harmonies of #6E8717
Complementary color
Monochromatic Colors of #6E8717
Black with #6E8717
Text Example
Text Example
White with #6E8717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8717; }
p { color: rgb(110,135,23); }
H1.HeaderClassName
{
color: #6E8717;
}
.AnyTagClassName
{
color: #6E8717;
}
</style>
background-color css
<style>
a { background-color: #6E8717; }
a { background-color: rgb(110,135,23); }
div.DivClassName
{
background-color: #6E8717;
}
.BgClassName
{
background-color: #6E8717;
}
</style>
border-color css
<style>
span { border-color: #6E8717; }
span { border-color: rgb(110,135,23); }
td.TdClassName
{
border-color: #6E8717;
}
.TagClassName
{
border-color: #6E8717;
}
</style>