Shades of Olive #7C7604
Tints of Olive #7C7604
RGB
CMYK
RGB Variations
Color information
#7C7604 (or 0x7C7604) is known color: Olive. HEX triplet: 7C, 76 and 04. RGB value is (124,118,4). Sum of RGB (Red+Green+Blue) = 124+118+4=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7604 is #8389FB. Grayscale: #6B6B6B. Windows color (decimal): -8620540 or 292476. OLE color: 292476.
HSL color Cylindrical-coordinate representation of color #7C7604: hue angle of 57º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C7604 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 4 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.51 |
| HSL | 57º | 0.94% | 0.25% | - |
| HSV(B) | 57º | 0.97% | 0.49% | - |
| XYZ | 14.81 | 17.25 | 2.66 | - |
| YUV | 106.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 4 | 0 | 0.05 | 0.97 | 0.51 | 57 | 0.94 | 0.25 |
| Hex | 7C | 76 | 4 | 0 | 5 | 61 | 33 | 39 | 5E | 19 |
| Octal | 174 | 166 | 4 | 0 | 5 | 141 | 63 | 71 | 136 | 31 |
| Binary | 1111100 | 1110110 | 100 | 0 | 101 | 1100001 | 110011 | 111001 | 1011110 | 11001 |
Color Harmonies of #7C7604
Complementary color
Monochromatic Colors of #7C7604
Black with #7C7604
Text Example
Text Example
White with #7C7604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7604; }
p { color: rgb(124,118,4); }
H1.HeaderClassName
{
color: #7C7604;
}
.AnyTagClassName
{
color: #7C7604;
}
</style>
background-color css
<style>
a { background-color: #7C7604; }
a { background-color: rgb(124,118,4); }
div.DivClassName
{
background-color: #7C7604;
}
.BgClassName
{
background-color: #7C7604;
}
</style>
border-color css
<style>
span { border-color: #7C7604; }
span { border-color: rgb(124,118,4); }
td.TdClassName
{
border-color: #7C7604;
}
.TagClassName
{
border-color: #7C7604;
}
</style>