Shades of Olive #7C710C
Tints of Olive #7C710C
RGB
CMYK
RGB Variations
Color information
#7C710C (or 0x7C710C) is known color: Olive. HEX triplet: 7C, 71 and 0C. RGB value is (124,113,12). Sum of RGB (Red+Green+Blue) = 124+113+12=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C710C is #838EF3. Grayscale: #696969. Windows color (decimal): -8621812 or 815484. OLE color: 815484.
HSL color Cylindrical-coordinate representation of color #7C710C: hue angle of 54.11º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C710C is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 12 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.51 |
| HSL | 54.11º | 0.82% | 0.27% | - |
| HSV(B) | 54.11º | 0.9% | 0.49% | - |
| XYZ | 14.28 | 16.12 | 2.71 | - |
| YUV | 104.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 12 | 0 | 0.09 | 0.90 | 0.51 | 54.11 | 0.82 | 0.27 |
| Hex | 7C | 71 | C | 0 | 9 | 5A | 33 | 36 | 52 | 1B |
| Octal | 174 | 161 | 14 | 0 | 11 | 132 | 63 | 66 | 122 | 33 |
| Binary | 1111100 | 1110001 | 1100 | 0 | 1001 | 1011010 | 110011 | 110110 | 1010010 | 11011 |
Color Harmonies of #7C710C
Complementary color
Monochromatic Colors of #7C710C
Black with #7C710C
Text Example
Text Example
White with #7C710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C710C; }
p { color: rgb(124,113,12); }
H1.HeaderClassName
{
color: #7C710C;
}
.AnyTagClassName
{
color: #7C710C;
}
</style>
background-color css
<style>
a { background-color: #7C710C; }
a { background-color: rgb(124,113,12); }
div.DivClassName
{
background-color: #7C710C;
}
.BgClassName
{
background-color: #7C710C;
}
</style>
border-color css
<style>
span { border-color: #7C710C; }
span { border-color: rgb(124,113,12); }
td.TdClassName
{
border-color: #7C710C;
}
.TagClassName
{
border-color: #7C710C;
}
</style>