Shades of Olive #6D7200
Tints of Olive #6D7200
RGB
CMYK
RGB Variations
Color information
#6D7200 (or 0x6D7200) is known color: Olive. HEX triplet: 6D, 72 and 00. RGB value is (109,114,0). Sum of RGB (Red+Green+Blue) = 109+114+0=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7200 is #928DFF. Grayscale: #636363. Windows color (decimal): -9604608 or 29293. OLE color: 29293.
HSL color Cylindrical-coordinate representation of color #6D7200: hue angle of 62.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D7200 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.55 |
| HSL | 62.63º | 1% | 0.22% | - |
| HSV(B) | 62.63º | 1% | 0.45% | - |
| XYZ | 12.32 | 15.29 | 2.3 | - |
| YUV | 99.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 0 | 0.04 | 0 | 1 | 0.55 | 62.63 | 1 | 0.22 |
| Hex | 6D | 72 | 0 | 4 | 0 | 64 | 37 | 3F | 64 | 16 |
| Octal | 155 | 162 | 0 | 4 | 0 | 144 | 67 | 77 | 144 | 26 |
| Binary | 1101101 | 1110010 | 0 | 100 | 0 | 1100100 | 110111 | 111111 | 1100100 | 10110 |
Color Harmonies of #6D7200
Complementary color
Monochromatic Colors of #6D7200
Black with #6D7200
Text Example
Text Example
White with #6D7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7200; }
p { color: rgb(109,114,0); }
H1.HeaderClassName
{
color: #6D7200;
}
.AnyTagClassName
{
color: #6D7200;
}
</style>
background-color css
<style>
a { background-color: #6D7200; }
a { background-color: rgb(109,114,0); }
div.DivClassName
{
background-color: #6D7200;
}
.BgClassName
{
background-color: #6D7200;
}
</style>
border-color css
<style>
span { border-color: #6D7200; }
span { border-color: rgb(109,114,0); }
td.TdClassName
{
border-color: #6D7200;
}
.TagClassName
{
border-color: #6D7200;
}
</style>