Shades of Olive #7C710B
Tints of Olive #7C710B
RGB
CMYK
RGB Variations
Color information
#7C710B (or 0x7C710B) is known color: Olive. HEX triplet: 7C, 71 and 0B. RGB value is (124,113,11). Sum of RGB (Red+Green+Blue) = 124+113+11=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C710B is #838EF4. Grayscale: #696969. Windows color (decimal): -8621813 or 749948. OLE color: 749948.
HSL color Cylindrical-coordinate representation of color #7C710B: hue angle of 54.16º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C710B is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 11 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.51 |
| HSL | 54.16º | 0.84% | 0.26% | - |
| HSV(B) | 54.16º | 0.91% | 0.49% | - |
| XYZ | 14.28 | 16.12 | 2.68 | - |
| YUV | 104.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 11 | 0 | 0.09 | 0.91 | 0.51 | 54.16 | 0.84 | 0.26 |
| Hex | 7C | 71 | B | 0 | 9 | 5B | 33 | 36 | 54 | 1A |
| Octal | 174 | 161 | 13 | 0 | 11 | 133 | 63 | 66 | 124 | 32 |
| Binary | 1111100 | 1110001 | 1011 | 0 | 1001 | 1011011 | 110011 | 110110 | 1010100 | 11010 |
Color Harmonies of #7C710B
Complementary color
Monochromatic Colors of #7C710B
Black with #7C710B
Text Example
Text Example
White with #7C710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C710B; }
p { color: rgb(124,113,11); }
H1.HeaderClassName
{
color: #7C710B;
}
.AnyTagClassName
{
color: #7C710B;
}
</style>
background-color css
<style>
a { background-color: #7C710B; }
a { background-color: rgb(124,113,11); }
div.DivClassName
{
background-color: #7C710B;
}
.BgClassName
{
background-color: #7C710B;
}
</style>
border-color css
<style>
span { border-color: #7C710B; }
span { border-color: rgb(124,113,11); }
td.TdClassName
{
border-color: #7C710B;
}
.TagClassName
{
border-color: #7C710B;
}
</style>