Shades of Lima #77A626
Tints of Lima #77A626
RGB
CMYK
RGB Variations
Color information
#77A626 (or 0x77A626) is known color: Lima. HEX triplet: 77, A6 and 26. RGB value is (119,166,38). Sum of RGB (Red+Green+Blue) = 119+166+38=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #77A626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A626 is #8859D9. Grayscale: #898989. Windows color (decimal): -8935898 or 2532983. OLE color: 2532983.
HSL color Cylindrical-coordinate representation of color #77A626: hue angle of 82.03º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77A626 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 166 | 38 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.35 |
| HSL | 82.03º | 0.63% | 0.4% | - |
| HSV(B) | 82.03º | 0.77% | 0.65% | - |
| XYZ | 21.59 | 31.33 | 6.74 | - |
| YUV | 137.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 38 | 0.28 | 0 | 0.77 | 0.35 | 82.03 | 0.63 | 0.4 |
| Hex | 77 | A6 | 26 | 1C | 0 | 4D | 23 | 52 | 3F | 28 |
| Octal | 167 | 246 | 46 | 34 | 0 | 115 | 43 | 122 | 77 | 50 |
| Binary | 1110111 | 10100110 | 100110 | 11100 | 0 | 1001101 | 100011 | 1010010 | 111111 | 101000 |
Color Harmonies of #77A626
Complementary color
Monochromatic Colors of #77A626
Black with #77A626
Text Example
Text Example
White with #77A626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A626; }
p { color: rgb(119,166,38); }
H1.HeaderClassName
{
color: #77A626;
}
.AnyTagClassName
{
color: #77A626;
}
</style>
background-color css
<style>
a { background-color: #77A626; }
a { background-color: rgb(119,166,38); }
div.DivClassName
{
background-color: #77A626;
}
.BgClassName
{
background-color: #77A626;
}
</style>
border-color css
<style>
span { border-color: #77A626; }
span { border-color: rgb(119,166,38); }
td.TdClassName
{
border-color: #77A626;
}
.TagClassName
{
border-color: #77A626;
}
</style>