Shades of Olive #7C7713
Tints of Olive #7C7713
RGB
CMYK
RGB Variations
Color information
#7C7713 (or 0x7C7713) is known color: Olive. HEX triplet: 7C, 77 and 13. RGB value is (124,119,19). Sum of RGB (Red+Green+Blue) = 124+119+19=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7713 is #8388EC. Grayscale: #6D6D6D. Windows color (decimal): -8620269 or 1275772. OLE color: 1275772.
HSL color Cylindrical-coordinate representation of color #7C7713: hue angle of 57.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C7713 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 19 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.51 |
| HSL | 57.14º | 0.73% | 0.28% | - |
| HSV(B) | 57.14º | 0.85% | 0.49% | - |
| XYZ | 15.03 | 17.53 | 3.21 | - |
| YUV | 109.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 19 | 0 | 0.04 | 0.85 | 0.51 | 57.14 | 0.73 | 0.28 |
| Hex | 7C | 77 | 13 | 0 | 4 | 55 | 33 | 39 | 49 | 1C |
| Octal | 174 | 167 | 23 | 0 | 4 | 125 | 63 | 71 | 111 | 34 |
| Binary | 1111100 | 1110111 | 10011 | 0 | 100 | 1010101 | 110011 | 111001 | 1001001 | 11100 |
Color Harmonies of #7C7713
Complementary color
Monochromatic Colors of #7C7713
Black with #7C7713
Text Example
Text Example
White with #7C7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7713; }
p { color: rgb(124,119,19); }
H1.HeaderClassName
{
color: #7C7713;
}
.AnyTagClassName
{
color: #7C7713;
}
</style>
background-color css
<style>
a { background-color: #7C7713; }
a { background-color: rgb(124,119,19); }
div.DivClassName
{
background-color: #7C7713;
}
.BgClassName
{
background-color: #7C7713;
}
</style>
border-color css
<style>
span { border-color: #7C7713; }
span { border-color: rgb(124,119,19); }
td.TdClassName
{
border-color: #7C7713;
}
.TagClassName
{
border-color: #7C7713;
}
</style>