Shades of Lima #76A829
Tints of Lima #76A829
RGB
CMYK
RGB Variations
Color information
#76A829 (or 0x76A829) is known color: Lima. HEX triplet: 76, A8 and 29. RGB value is (118,168,41). Sum of RGB (Red+Green+Blue) = 118+168+41=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #76A829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A829 is #8957D6. Grayscale: #8B8B8B. Windows color (decimal): -9000919 or 2730102. OLE color: 2730102.
HSL color Cylindrical-coordinate representation of color #76A829: hue angle of 83.62º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76A829 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 41 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.34 |
| HSL | 83.62º | 0.61% | 0.41% | - |
| HSV(B) | 83.62º | 0.76% | 0.66% | - |
| XYZ | 21.87 | 32.02 | 7.12 | - |
| YUV | 138.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 41 | 0.30 | 0 | 0.76 | 0.34 | 83.62 | 0.61 | 0.41 |
| Hex | 76 | A8 | 29 | 1E | 0 | 4C | 22 | 54 | 3D | 29 |
| Octal | 166 | 250 | 51 | 36 | 0 | 114 | 42 | 124 | 75 | 51 |
| Binary | 1110110 | 10101000 | 101001 | 11110 | 0 | 1001100 | 100010 | 1010100 | 111101 | 101001 |
Color Harmonies of #76A829
Complementary color
Monochromatic Colors of #76A829
Black with #76A829
Text Example
Text Example
White with #76A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A829; }
p { color: rgb(118,168,41); }
H1.HeaderClassName
{
color: #76A829;
}
.AnyTagClassName
{
color: #76A829;
}
</style>
background-color css
<style>
a { background-color: #76A829; }
a { background-color: rgb(118,168,41); }
div.DivClassName
{
background-color: #76A829;
}
.BgClassName
{
background-color: #76A829;
}
</style>
border-color css
<style>
span { border-color: #76A829; }
span { border-color: rgb(118,168,41); }
td.TdClassName
{
border-color: #76A829;
}
.TagClassName
{
border-color: #76A829;
}
</style>