Shades of Lima #76A724
Tints of Lima #76A724
RGB
CMYK
RGB Variations
Color information
#76A724 (or 0x76A724) is known color: Lima. HEX triplet: 76, A7 and 24. RGB value is (118,167,36). Sum of RGB (Red+Green+Blue) = 118+167+36=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #76A724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A724 is #8958DB. Grayscale: #898989. Windows color (decimal): -9001180 or 2402166. OLE color: 2402166.
HSL color Cylindrical-coordinate representation of color #76A724: hue angle of 82.44º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76A724 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 167 | 36 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.35 |
| HSL | 82.44º | 0.65% | 0.4% | - |
| HSV(B) | 82.44º | 0.78% | 0.65% | - |
| XYZ | 21.61 | 31.62 | 6.63 | - |
| YUV | 137.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 36 | 0.29 | 0 | 0.78 | 0.35 | 82.44 | 0.65 | 0.4 |
| Hex | 76 | A7 | 24 | 1D | 0 | 4E | 23 | 52 | 41 | 28 |
| Octal | 166 | 247 | 44 | 35 | 0 | 116 | 43 | 122 | 101 | 50 |
| Binary | 1110110 | 10100111 | 100100 | 11101 | 0 | 1001110 | 100011 | 1010010 | 1000001 | 101000 |
Color Harmonies of #76A724
Complementary color
Monochromatic Colors of #76A724
Black with #76A724
Text Example
Text Example
White with #76A724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A724; }
p { color: rgb(118,167,36); }
H1.HeaderClassName
{
color: #76A724;
}
.AnyTagClassName
{
color: #76A724;
}
</style>
background-color css
<style>
a { background-color: #76A724; }
a { background-color: rgb(118,167,36); }
div.DivClassName
{
background-color: #76A724;
}
.BgClassName
{
background-color: #76A724;
}
</style>
border-color css
<style>
span { border-color: #76A724; }
span { border-color: rgb(118,167,36); }
td.TdClassName
{
border-color: #76A724;
}
.TagClassName
{
border-color: #76A724;
}
</style>