Shades of Olive #7C7712
Tints of Olive #7C7712
RGB
CMYK
RGB Variations
Color information
#7C7712 (or 0x7C7712) is known color: Olive. HEX triplet: 7C, 77 and 12. RGB value is (124,119,18). Sum of RGB (Red+Green+Blue) = 124+119+18=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7712 is #8388ED. Grayscale: #6D6D6D. Windows color (decimal): -8620270 or 1210236. OLE color: 1210236.
HSL color Cylindrical-coordinate representation of color #7C7712: hue angle of 57.17º degrees, saturation: 0.75, 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 #7C7712 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 18 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.51 |
| HSL | 57.17º | 0.75% | 0.28% | - |
| HSV(B) | 57.17º | 0.85% | 0.49% | - |
| XYZ | 15.02 | 17.52 | 3.16 | - |
| YUV | 108.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 18 | 0 | 0.04 | 0.85 | 0.51 | 57.17 | 0.75 | 0.28 |
| Hex | 7C | 77 | 12 | 0 | 4 | 55 | 33 | 39 | 4B | 1C |
| Octal | 174 | 167 | 22 | 0 | 4 | 125 | 63 | 71 | 113 | 34 |
| Binary | 1111100 | 1110111 | 10010 | 0 | 100 | 1010101 | 110011 | 111001 | 1001011 | 11100 |
Color Harmonies of #7C7712
Complementary color
Monochromatic Colors of #7C7712
Black with #7C7712
Text Example
Text Example
White with #7C7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7712; }
p { color: rgb(124,119,18); }
H1.HeaderClassName
{
color: #7C7712;
}
.AnyTagClassName
{
color: #7C7712;
}
</style>
background-color css
<style>
a { background-color: #7C7712; }
a { background-color: rgb(124,119,18); }
div.DivClassName
{
background-color: #7C7712;
}
.BgClassName
{
background-color: #7C7712;
}
</style>
border-color css
<style>
span { border-color: #7C7712; }
span { border-color: rgb(124,119,18); }
td.TdClassName
{
border-color: #7C7712;
}
.TagClassName
{
border-color: #7C7712;
}
</style>