Shades of Olive #6E8708
Tints of Olive #6E8708
RGB
CMYK
RGB Variations
Color information
#6E8708 (or 0x6E8708) is known color: Olive. HEX triplet: 6E, 87 and 08. RGB value is (110,135,8). Sum of RGB (Red+Green+Blue) = 110+135+8=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8708 is #9178F7. Grayscale: #717171. Windows color (decimal): -9533688 or 558958. OLE color: 558958.
HSL color Cylindrical-coordinate representation of color #6E8708: hue angle of 71.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E8708 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 8 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.47 |
| HSL | 71.81º | 0.89% | 0.28% | - |
| HSV(B) | 71.81º | 0.94% | 0.53% | - |
| XYZ | 15.14 | 20.66 | 3.42 | - |
| YUV | 113.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 8 | 0.19 | 0 | 0.94 | 0.47 | 71.81 | 0.89 | 0.28 |
| Hex | 6E | 87 | 8 | 13 | 0 | 5E | 2F | 48 | 59 | 1C |
| Octal | 156 | 207 | 10 | 23 | 0 | 136 | 57 | 110 | 131 | 34 |
| Binary | 1101110 | 10000111 | 1000 | 10011 | 0 | 1011110 | 101111 | 1001000 | 1011001 | 11100 |
Color Harmonies of #6E8708
Complementary color
Monochromatic Colors of #6E8708
Black with #6E8708
Text Example
Text Example
White with #6E8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8708; }
p { color: rgb(110,135,8); }
H1.HeaderClassName
{
color: #6E8708;
}
.AnyTagClassName
{
color: #6E8708;
}
</style>
background-color css
<style>
a { background-color: #6E8708; }
a { background-color: rgb(110,135,8); }
div.DivClassName
{
background-color: #6E8708;
}
.BgClassName
{
background-color: #6E8708;
}
</style>
border-color css
<style>
span { border-color: #6E8708; }
span { border-color: rgb(110,135,8); }
td.TdClassName
{
border-color: #6E8708;
}
.TagClassName
{
border-color: #6E8708;
}
</style>