Shades of Olive #6E8809
Tints of Olive #6E8809
RGB
CMYK
RGB Variations
Color information
#6E8809 (or 0x6E8809) is known color: Olive. HEX triplet: 6E, 88 and 09. RGB value is (110,136,9). Sum of RGB (Red+Green+Blue) = 110+136+9=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8809 is #9177F6. Grayscale: #727272. Windows color (decimal): -9533431 or 624750. OLE color: 624750.
HSL color Cylindrical-coordinate representation of color #6E8809: hue angle of 72.28º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E8809 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 9 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.47 |
| HSL | 72.28º | 0.88% | 0.28% | - |
| HSV(B) | 72.28º | 0.93% | 0.53% | - |
| XYZ | 15.28 | 20.94 | 3.5 | - |
| YUV | 113.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 9 | 0.19 | 0 | 0.93 | 0.47 | 72.28 | 0.88 | 0.28 |
| Hex | 6E | 88 | 9 | 13 | 0 | 5D | 2F | 48 | 58 | 1C |
| Octal | 156 | 210 | 11 | 23 | 0 | 135 | 57 | 110 | 130 | 34 |
| Binary | 1101110 | 10001000 | 1001 | 10011 | 0 | 1011101 | 101111 | 1001000 | 1011000 | 11100 |
Color Harmonies of #6E8809
Complementary color
Monochromatic Colors of #6E8809
Black with #6E8809
Text Example
Text Example
White with #6E8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8809; }
p { color: rgb(110,136,9); }
H1.HeaderClassName
{
color: #6E8809;
}
.AnyTagClassName
{
color: #6E8809;
}
</style>
background-color css
<style>
a { background-color: #6E8809; }
a { background-color: rgb(110,136,9); }
div.DivClassName
{
background-color: #6E8809;
}
.BgClassName
{
background-color: #6E8809;
}
</style>
border-color css
<style>
span { border-color: #6E8809; }
span { border-color: rgb(110,136,9); }
td.TdClassName
{
border-color: #6E8809;
}
.TagClassName
{
border-color: #6E8809;
}
</style>