Shades of Lima #76AA26
Tints of Lima #76AA26
RGB
CMYK
RGB Variations
Color information
#76AA26 (or 0x76AA26) is known color: Lima. HEX triplet: 76, AA and 26. RGB value is (118,170,38). Sum of RGB (Red+Green+Blue) = 118+170+38=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA26 is #8955D9. Grayscale: #8B8B8B. Windows color (decimal): -9000410 or 2534006. OLE color: 2534006.
HSL color Cylindrical-coordinate representation of color #76AA26: hue angle of 83.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76AA26 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 38 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.33 |
| HSL | 83.64º | 0.63% | 0.41% | - |
| HSV(B) | 83.64º | 0.78% | 0.67% | - |
| XYZ | 22.2 | 32.74 | 6.98 | - |
| YUV | 139.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 38 | 0.31 | 0 | 0.78 | 0.33 | 83.64 | 0.63 | 0.41 |
| Hex | 76 | AA | 26 | 1F | 0 | 4E | 21 | 54 | 3F | 29 |
| Octal | 166 | 252 | 46 | 37 | 0 | 116 | 41 | 124 | 77 | 51 |
| Binary | 1110110 | 10101010 | 100110 | 11111 | 0 | 1001110 | 100001 | 1010100 | 111111 | 101001 |
Color Harmonies of #76AA26
Complementary color
Monochromatic Colors of #76AA26
Black with #76AA26
Text Example
Text Example
White with #76AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA26; }
p { color: rgb(118,170,38); }
H1.HeaderClassName
{
color: #76AA26;
}
.AnyTagClassName
{
color: #76AA26;
}
</style>
background-color css
<style>
a { background-color: #76AA26; }
a { background-color: rgb(118,170,38); }
div.DivClassName
{
background-color: #76AA26;
}
.BgClassName
{
background-color: #76AA26;
}
</style>
border-color css
<style>
span { border-color: #76AA26; }
span { border-color: rgb(118,170,38); }
td.TdClassName
{
border-color: #76AA26;
}
.TagClassName
{
border-color: #76AA26;
}
</style>