Shades of Olive #6D800E
Tints of Olive #6D800E
RGB
CMYK
RGB Variations
Color information
#6D800E (or 0x6D800E) is known color: Olive. HEX triplet: 6D, 80 and 0E. RGB value is (109,128,14). Sum of RGB (Red+Green+Blue) = 109+128+14=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #6D800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D800E is #927FF1. Grayscale: #6D6D6D. Windows color (decimal): -9601010 or 950381. OLE color: 950381.
HSL color Cylindrical-coordinate representation of color #6D800E: hue angle of 70º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D800E is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 14 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.50 |
| HSL | 70º | 0.8% | 0.28% | - |
| HSV(B) | 70º | 0.89% | 0.5% | - |
| XYZ | 14.11 | 18.72 | 3.29 | - |
| YUV | 109.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 14 | 0.15 | 0 | 0.89 | 0.50 | 70 | 0.8 | 0.28 |
| Hex | 6D | 80 | E | F | 0 | 59 | 32 | 46 | 50 | 1C |
| Octal | 155 | 200 | 16 | 17 | 0 | 131 | 62 | 106 | 120 | 34 |
| Binary | 1101101 | 10000000 | 1110 | 1111 | 0 | 1011001 | 110010 | 1000110 | 1010000 | 11100 |
Color Harmonies of #6D800E
Complementary color
Monochromatic Colors of #6D800E
Black with #6D800E
Text Example
Text Example
White with #6D800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D800E; }
p { color: rgb(109,128,14); }
H1.HeaderClassName
{
color: #6D800E;
}
.AnyTagClassName
{
color: #6D800E;
}
</style>
background-color css
<style>
a { background-color: #6D800E; }
a { background-color: rgb(109,128,14); }
div.DivClassName
{
background-color: #6D800E;
}
.BgClassName
{
background-color: #6D800E;
}
</style>
border-color css
<style>
span { border-color: #6D800E; }
span { border-color: rgb(109,128,14); }
td.TdClassName
{
border-color: #6D800E;
}
.TagClassName
{
border-color: #6D800E;
}
</style>