Shades of Olive #7C6805
Tints of Olive #7C6805
RGB
CMYK
RGB Variations
Color information
#7C6805 (or 0x7C6805) is known color: Olive. HEX triplet: 7C, 68 and 05. RGB value is (124,104,5). Sum of RGB (Red+Green+Blue) = 124+104+5=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6805 is #8397FA. Grayscale: #636363. Windows color (decimal): -8624123 or 354428. OLE color: 354428.
HSL color Cylindrical-coordinate representation of color #7C6805: hue angle of 49.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C6805 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 5 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.51 |
| HSL | 49.92º | 0.92% | 0.25% | - |
| HSV(B) | 49.92º | 0.96% | 0.49% | - |
| XYZ | 13.29 | 14.2 | 2.18 | - |
| YUV | 98.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 5 | 0 | 0.16 | 0.96 | 0.51 | 49.92 | 0.92 | 0.25 |
| Hex | 7C | 68 | 5 | 0 | 10 | 60 | 33 | 32 | 5C | 19 |
| Octal | 174 | 150 | 5 | 0 | 20 | 140 | 63 | 62 | 134 | 31 |
| Binary | 1111100 | 1101000 | 101 | 0 | 10000 | 1100000 | 110011 | 110010 | 1011100 | 11001 |
Color Harmonies of #7C6805
Complementary color
Monochromatic Colors of #7C6805
Black with #7C6805
Text Example
Text Example
White with #7C6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6805; }
p { color: rgb(124,104,5); }
H1.HeaderClassName
{
color: #7C6805;
}
.AnyTagClassName
{
color: #7C6805;
}
</style>
background-color css
<style>
a { background-color: #7C6805; }
a { background-color: rgb(124,104,5); }
div.DivClassName
{
background-color: #7C6805;
}
.BgClassName
{
background-color: #7C6805;
}
</style>
border-color css
<style>
span { border-color: #7C6805; }
span { border-color: rgb(124,104,5); }
td.TdClassName
{
border-color: #7C6805;
}
.TagClassName
{
border-color: #7C6805;
}
</style>