Shades of Olive #6D8000
Tints of Olive #6D8000
RGB
CMYK
RGB Variations
Color information
#6D8000 (or 0x6D8000) is known color: Olive. HEX triplet: 6D, 80 and 00. RGB value is (109,128,0). Sum of RGB (Red+Green+Blue) = 109+128+0=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8000 is #927FFF. Grayscale: #6C6C6C. Windows color (decimal): -9601024 or 32877. OLE color: 32877.
HSL color Cylindrical-coordinate representation of color #6D8000: hue angle of 68.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D8000 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.50 |
| HSL | 68.91º | 1% | 0.25% | - |
| HSV(B) | 68.91º | 1% | 0.5% | - |
| XYZ | 14.03 | 18.69 | 2.87 | - |
| YUV | 107.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 0 | 0.15 | 0 | 1 | 0.50 | 68.91 | 1 | 0.25 |
| Hex | 6D | 80 | 0 | F | 0 | 64 | 32 | 45 | 64 | 19 |
| Octal | 155 | 200 | 0 | 17 | 0 | 144 | 62 | 105 | 144 | 31 |
| Binary | 1101101 | 10000000 | 0 | 1111 | 0 | 1100100 | 110010 | 1000101 | 1100100 | 11001 |
Color Harmonies of #6D8000
Complementary color
Monochromatic Colors of #6D8000
Black with #6D8000
Text Example
Text Example
White with #6D8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8000; }
p { color: rgb(109,128,0); }
H1.HeaderClassName
{
color: #6D8000;
}
.AnyTagClassName
{
color: #6D8000;
}
</style>
background-color css
<style>
a { background-color: #6D8000; }
a { background-color: rgb(109,128,0); }
div.DivClassName
{
background-color: #6D8000;
}
.BgClassName
{
background-color: #6D8000;
}
</style>
border-color css
<style>
span { border-color: #6D8000; }
span { border-color: rgb(109,128,0); }
td.TdClassName
{
border-color: #6D8000;
}
.TagClassName
{
border-color: #6D8000;
}
</style>