Shades of Olive #6E8908
Tints of Olive #6E8908
RGB
CMYK
RGB Variations
Color information
#6E8908 (or 0x6E8908) is known color: Olive. HEX triplet: 6E, 89 and 08. RGB value is (110,137,8). Sum of RGB (Red+Green+Blue) = 110+137+8=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8908 is #9176F7. Grayscale: #727272. Windows color (decimal): -9533176 or 559470. OLE color: 559470.
HSL color Cylindrical-coordinate representation of color #6E8908: hue angle of 72.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E8908 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 137 | 8 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.46 |
| HSL | 72.56º | 0.89% | 0.28% | - |
| HSV(B) | 72.56º | 0.94% | 0.54% | - |
| XYZ | 15.42 | 21.22 | 3.51 | - |
| YUV | 114.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 8 | 0.20 | 0 | 0.94 | 0.46 | 72.56 | 0.89 | 0.28 |
| Hex | 6E | 89 | 8 | 14 | 0 | 5E | 2E | 49 | 59 | 1C |
| Octal | 156 | 211 | 10 | 24 | 0 | 136 | 56 | 111 | 131 | 34 |
| Binary | 1101110 | 10001001 | 1000 | 10100 | 0 | 1011110 | 101110 | 1001001 | 1011001 | 11100 |
Color Harmonies of #6E8908
Complementary color
Monochromatic Colors of #6E8908
Black with #6E8908
Text Example
Text Example
White with #6E8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8908; }
p { color: rgb(110,137,8); }
H1.HeaderClassName
{
color: #6E8908;
}
.AnyTagClassName
{
color: #6E8908;
}
</style>
background-color css
<style>
a { background-color: #6E8908; }
a { background-color: rgb(110,137,8); }
div.DivClassName
{
background-color: #6E8908;
}
.BgClassName
{
background-color: #6E8908;
}
</style>
border-color css
<style>
span { border-color: #6E8908; }
span { border-color: rgb(110,137,8); }
td.TdClassName
{
border-color: #6E8908;
}
.TagClassName
{
border-color: #6E8908;
}
</style>