Shades of Lima #76A926
Tints of Lima #76A926
RGB
CMYK
RGB Variations
Color information
#76A926 (or 0x76A926) is known color: Lima. HEX triplet: 76, A9 and 26. RGB value is (118,169,38). Sum of RGB (Red+Green+Blue) = 118+169+38=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #76A926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A926 is #8956D9. Grayscale: #8B8B8B. Windows color (decimal): -9000666 or 2533750. OLE color: 2533750.
HSL color Cylindrical-coordinate representation of color #76A926: hue angle of 83.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76A926 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 38 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.34 |
| HSL | 83.36º | 0.63% | 0.41% | - |
| HSV(B) | 83.36º | 0.78% | 0.66% | - |
| XYZ | 22.01 | 32.37 | 6.92 | - |
| YUV | 138.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 38 | 0.30 | 0 | 0.78 | 0.34 | 83.36 | 0.63 | 0.41 |
| Hex | 76 | A9 | 26 | 1E | 0 | 4E | 22 | 53 | 3F | 29 |
| Octal | 166 | 251 | 46 | 36 | 0 | 116 | 42 | 123 | 77 | 51 |
| Binary | 1110110 | 10101001 | 100110 | 11110 | 0 | 1001110 | 100010 | 1010011 | 111111 | 101001 |
Color Harmonies of #76A926
Complementary color
Monochromatic Colors of #76A926
Black with #76A926
Text Example
Text Example
White with #76A926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A926; }
p { color: rgb(118,169,38); }
H1.HeaderClassName
{
color: #76A926;
}
.AnyTagClassName
{
color: #76A926;
}
</style>
background-color css
<style>
a { background-color: #76A926; }
a { background-color: rgb(118,169,38); }
div.DivClassName
{
background-color: #76A926;
}
.BgClassName
{
background-color: #76A926;
}
</style>
border-color css
<style>
span { border-color: #76A926; }
span { border-color: rgb(118,169,38); }
td.TdClassName
{
border-color: #76A926;
}
.TagClassName
{
border-color: #76A926;
}
</style>