Shades of Lima #76A425
Tints of Lima #76A425
RGB
CMYK
RGB Variations
Color information
#76A425 (or 0x76A425) is known color: Lima. HEX triplet: 76, A4 and 25. RGB value is (118,164,37). Sum of RGB (Red+Green+Blue) = 118+164+37=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #76A425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A425 is #895BDA. Grayscale: #888888. Windows color (decimal): -9001947 or 2466934. OLE color: 2466934.
HSL color Cylindrical-coordinate representation of color #76A425: hue angle of 81.73º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76A425 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 37 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.36 |
| HSL | 81.73º | 0.63% | 0.39% | - |
| HSV(B) | 81.73º | 0.77% | 0.64% | - |
| XYZ | 21.08 | 30.54 | 6.53 | - |
| YUV | 135.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 37 | 0.28 | 0 | 0.77 | 0.36 | 81.73 | 0.63 | 0.39 |
| Hex | 76 | A4 | 25 | 1C | 0 | 4D | 24 | 52 | 3F | 27 |
| Octal | 166 | 244 | 45 | 34 | 0 | 115 | 44 | 122 | 77 | 47 |
| Binary | 1110110 | 10100100 | 100101 | 11100 | 0 | 1001101 | 100100 | 1010010 | 111111 | 100111 |
Color Harmonies of #76A425
Complementary color
Monochromatic Colors of #76A425
Black with #76A425
Text Example
Text Example
White with #76A425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A425; }
p { color: rgb(118,164,37); }
H1.HeaderClassName
{
color: #76A425;
}
.AnyTagClassName
{
color: #76A425;
}
</style>
background-color css
<style>
a { background-color: #76A425; }
a { background-color: rgb(118,164,37); }
div.DivClassName
{
background-color: #76A425;
}
.BgClassName
{
background-color: #76A425;
}
</style>
border-color css
<style>
span { border-color: #76A425; }
span { border-color: rgb(118,164,37); }
td.TdClassName
{
border-color: #76A425;
}
.TagClassName
{
border-color: #76A425;
}
</style>