Shades of Olive #6D7204
Tints of Olive #6D7204
RGB
CMYK
RGB Variations
Color information
#6D7204 (or 0x6D7204) is known color: Olive. HEX triplet: 6D, 72 and 04. RGB value is (109,114,4). Sum of RGB (Red+Green+Blue) = 109+114+4=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7204 is #928DFB. Grayscale: #646464. Windows color (decimal): -9604604 or 291437. OLE color: 291437.
HSL color Cylindrical-coordinate representation of color #6D7204: hue angle of 62.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D7204 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 4 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.55 |
| HSL | 62.73º | 0.93% | 0.23% | - |
| HSV(B) | 62.73º | 0.96% | 0.45% | - |
| XYZ | 12.35 | 15.29 | 2.42 | - |
| YUV | 99.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 4 | 0.04 | 0 | 0.96 | 0.55 | 62.73 | 0.93 | 0.23 |
| Hex | 6D | 72 | 4 | 4 | 0 | 60 | 37 | 3F | 5D | 17 |
| Octal | 155 | 162 | 4 | 4 | 0 | 140 | 67 | 77 | 135 | 27 |
| Binary | 1101101 | 1110010 | 100 | 100 | 0 | 1100000 | 110111 | 111111 | 1011101 | 10111 |
Color Harmonies of #6D7204
Complementary color
Monochromatic Colors of #6D7204
Black with #6D7204
Text Example
Text Example
White with #6D7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7204; }
p { color: rgb(109,114,4); }
H1.HeaderClassName
{
color: #6D7204;
}
.AnyTagClassName
{
color: #6D7204;
}
</style>
background-color css
<style>
a { background-color: #6D7204; }
a { background-color: rgb(109,114,4); }
div.DivClassName
{
background-color: #6D7204;
}
.BgClassName
{
background-color: #6D7204;
}
</style>
border-color css
<style>
span { border-color: #6D7204; }
span { border-color: rgb(109,114,4); }
td.TdClassName
{
border-color: #6D7204;
}
.TagClassName
{
border-color: #6D7204;
}
</style>