Shades of Lima #76A925
Tints of Lima #76A925
RGB
CMYK
RGB Variations
Color information
#76A925 (or 0x76A925) is known color: Lima. HEX triplet: 76, A9 and 25. RGB value is (118,169,37). Sum of RGB (Red+Green+Blue) = 118+169+37=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #76A925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A925 is #8956DA. Grayscale: #8B8B8B. Windows color (decimal): -9000667 or 2468214. OLE color: 2468214.
HSL color Cylindrical-coordinate representation of color #76A925: hue angle of 83.18º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76A925 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 37 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.34 |
| HSL | 83.18º | 0.64% | 0.4% | - |
| HSV(B) | 83.18º | 0.78% | 0.66% | - |
| XYZ | 21.99 | 32.36 | 6.84 | - |
| YUV | 138.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 37 | 0.30 | 0 | 0.78 | 0.34 | 83.18 | 0.64 | 0.4 |
| Hex | 76 | A9 | 25 | 1E | 0 | 4E | 22 | 53 | 40 | 28 |
| Octal | 166 | 251 | 45 | 36 | 0 | 116 | 42 | 123 | 100 | 50 |
| Binary | 1110110 | 10101001 | 100101 | 11110 | 0 | 1001110 | 100010 | 1010011 | 1000000 | 101000 |
Color Harmonies of #76A925
Complementary color
Monochromatic Colors of #76A925
Black with #76A925
Text Example
Text Example
White with #76A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A925; }
p { color: rgb(118,169,37); }
H1.HeaderClassName
{
color: #76A925;
}
.AnyTagClassName
{
color: #76A925;
}
</style>
background-color css
<style>
a { background-color: #76A925; }
a { background-color: rgb(118,169,37); }
div.DivClassName
{
background-color: #76A925;
}
.BgClassName
{
background-color: #76A925;
}
</style>
border-color css
<style>
span { border-color: #76A925; }
span { border-color: rgb(118,169,37); }
td.TdClassName
{
border-color: #76A925;
}
.TagClassName
{
border-color: #76A925;
}
</style>