Shades of Lima #77B329
Tints of Lima #77B329
RGB
CMYK
RGB Variations
Color information
#77B329 (or 0x77B329) is known color: Lima. HEX triplet: 77, B3 and 29. RGB value is (119,179,41). Sum of RGB (Red+Green+Blue) = 119+179+41=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #77B329 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B329 is #884CD6. Grayscale: #919191. Windows color (decimal): -8932567 or 2732919. OLE color: 2732919.
HSL color Cylindrical-coordinate representation of color #77B329: hue angle of 86.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77B329 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 41 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.30 |
| HSL | 86.09º | 0.63% | 0.43% | - |
| HSV(B) | 86.09º | 0.77% | 0.7% | - |
| XYZ | 24.13 | 36.32 | 7.84 | - |
| YUV | 145.33 | 69.12 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 41 | 0.34 | 0 | 0.77 | 0.30 | 86.09 | 0.63 | 0.43 |
| Hex | 77 | B3 | 29 | 22 | 0 | 4D | 1E | 56 | 3F | 2B |
| Octal | 167 | 263 | 51 | 42 | 0 | 115 | 36 | 126 | 77 | 53 |
| Binary | 1110111 | 10110011 | 101001 | 100010 | 0 | 1001101 | 11110 | 1010110 | 111111 | 101011 |
Color Harmonies of #77B329
Complementary color
Monochromatic Colors of #77B329
Black with #77B329
Text Example
Text Example
White with #77B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B329; }
p { color: rgb(119,179,41); }
H1.HeaderClassName
{
color: #77B329;
}
.AnyTagClassName
{
color: #77B329;
}
</style>
background-color css
<style>
a { background-color: #77B329; }
a { background-color: rgb(119,179,41); }
div.DivClassName
{
background-color: #77B329;
}
.BgClassName
{
background-color: #77B329;
}
</style>
border-color css
<style>
span { border-color: #77B329; }
span { border-color: rgb(119,179,41); }
td.TdClassName
{
border-color: #77B329;
}
.TagClassName
{
border-color: #77B329;
}
</style>