Shades of Olive #6D7000
Tints of Olive #6D7000
RGB
CMYK
RGB Variations
Color information
#6D7000 (or 0x6D7000) is known color: Olive. HEX triplet: 6D, 70 and 00. RGB value is (109,112,0). Sum of RGB (Red+Green+Blue) = 109+112+0=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7000 is #928FFF. Grayscale: #626262. Windows color (decimal): -9605120 or 28781. OLE color: 28781.
HSL color Cylindrical-coordinate representation of color #6D7000: hue angle of 61.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D7000 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.56 |
| HSL | 61.61º | 1% | 0.22% | - |
| HSV(B) | 61.61º | 1% | 0.44% | - |
| XYZ | 12.1 | 14.84 | 2.23 | - |
| YUV | 98.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 0 | 0.03 | 0 | 1 | 0.56 | 61.61 | 1 | 0.22 |
| Hex | 6D | 70 | 0 | 3 | 0 | 64 | 38 | 3E | 64 | 16 |
| Octal | 155 | 160 | 0 | 3 | 0 | 144 | 70 | 76 | 144 | 26 |
| Binary | 1101101 | 1110000 | 0 | 11 | 0 | 1100100 | 111000 | 111110 | 1100100 | 10110 |
Color Harmonies of #6D7000
Complementary color
Monochromatic Colors of #6D7000
Black with #6D7000
Text Example
Text Example
White with #6D7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7000; }
p { color: rgb(109,112,0); }
H1.HeaderClassName
{
color: #6D7000;
}
.AnyTagClassName
{
color: #6D7000;
}
</style>
background-color css
<style>
a { background-color: #6D7000; }
a { background-color: rgb(109,112,0); }
div.DivClassName
{
background-color: #6D7000;
}
.BgClassName
{
background-color: #6D7000;
}
</style>
border-color css
<style>
span { border-color: #6D7000; }
span { border-color: rgb(109,112,0); }
td.TdClassName
{
border-color: #6D7000;
}
.TagClassName
{
border-color: #6D7000;
}
</style>