Shades of Olive #7C7D11
Tints of Olive #7C7D11
RGB
CMYK
RGB Variations
Color information
#7C7D11 (or 0x7C7D11) is known color: Olive. HEX triplet: 7C, 7D and 11. RGB value is (124,125,17). Sum of RGB (Red+Green+Blue) = 124+125+17=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #7C7D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7D11 is #8382EE. Grayscale: #707070. Windows color (decimal): -8618735 or 1146236. OLE color: 1146236.
HSL color Cylindrical-coordinate representation of color #7C7D11: hue angle of 60.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C7D11 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 125 | 17 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.51 |
| HSL | 60.56º | 0.76% | 0.28% | - |
| HSV(B) | 60.56º | 0.86% | 0.49% | - |
| XYZ | 15.75 | 18.99 | 3.37 | - |
| YUV | 112.39 | 74.17 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 17 | 0.01 | 0 | 0.86 | 0.51 | 60.56 | 0.76 | 0.28 |
| Hex | 7C | 7D | 11 | 1 | 0 | 56 | 33 | 3D | 4C | 1C |
| Octal | 174 | 175 | 21 | 1 | 0 | 126 | 63 | 75 | 114 | 34 |
| Binary | 1111100 | 1111101 | 10001 | 1 | 0 | 1010110 | 110011 | 111101 | 1001100 | 11100 |
Color Harmonies of #7C7D11
Complementary color
Monochromatic Colors of #7C7D11
Black with #7C7D11
Text Example
Text Example
White with #7C7D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7D11; }
p { color: rgb(124,125,17); }
H1.HeaderClassName
{
color: #7C7D11;
}
.AnyTagClassName
{
color: #7C7D11;
}
</style>
background-color css
<style>
a { background-color: #7C7D11; }
a { background-color: rgb(124,125,17); }
div.DivClassName
{
background-color: #7C7D11;
}
.BgClassName
{
background-color: #7C7D11;
}
</style>
border-color css
<style>
span { border-color: #7C7D11; }
span { border-color: rgb(124,125,17); }
td.TdClassName
{
border-color: #7C7D11;
}
.TagClassName
{
border-color: #7C7D11;
}
</style>