Shades of Olive #6D6000
Tints of Olive #6D6000
RGB
CMYK
RGB Variations
Color information
#6D6000 (or 0x6D6000) is known color: Olive. HEX triplet: 6D, 60 and 00. RGB value is (109,96,0). Sum of RGB (Red+Green+Blue) = 109+96+0=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6000 is #929FFF. Grayscale: #595959. Windows color (decimal): -9609216 or 24685. OLE color: 24685.
HSL color Cylindrical-coordinate representation of color #6D6000: hue angle of 52.84º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D6000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.57 |
| HSL | 52.84º | 1% | 0.21% | - |
| HSV(B) | 52.84º | 1% | 0.43% | - |
| XYZ | 10.49 | 11.62 | 1.69 | - |
| YUV | 88.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 0 | 0 | 0.12 | 1 | 0.57 | 52.84 | 1 | 0.21 |
| Hex | 6D | 60 | 0 | 0 | C | 64 | 39 | 35 | 64 | 15 |
| Octal | 155 | 140 | 0 | 0 | 14 | 144 | 71 | 65 | 144 | 25 |
| Binary | 1101101 | 1100000 | 0 | 0 | 1100 | 1100100 | 111001 | 110101 | 1100100 | 10101 |
Color Harmonies of #6D6000
Complementary color
Monochromatic Colors of #6D6000
Black with #6D6000
Text Example
Text Example
White with #6D6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6000; }
p { color: rgb(109,96,0); }
H1.HeaderClassName
{
color: #6D6000;
}
.AnyTagClassName
{
color: #6D6000;
}
</style>
background-color css
<style>
a { background-color: #6D6000; }
a { background-color: rgb(109,96,0); }
div.DivClassName
{
background-color: #6D6000;
}
.BgClassName
{
background-color: #6D6000;
}
</style>
border-color css
<style>
span { border-color: #6D6000; }
span { border-color: rgb(109,96,0); }
td.TdClassName
{
border-color: #6D6000;
}
.TagClassName
{
border-color: #6D6000;
}
</style>