Shades of Lima #77B337
Tints of Lima #77B337
RGB
CMYK
RGB Variations
Color information
#77B337 (or 0x77B337) is known color: Lima. HEX triplet: 77, B3 and 37. RGB value is (119,179,55). Sum of RGB (Red+Green+Blue) = 119+179+55=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #77B337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B337 is #884CC8. Grayscale: #939393. Windows color (decimal): -8932553 or 3650423. OLE color: 3650423.
HSL color Cylindrical-coordinate representation of color #77B337: hue angle of 89.03º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77B337 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 55 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.30 |
| HSL | 89.03º | 0.53% | 0.46% | - |
| HSV(B) | 89.03º | 0.69% | 0.7% | - |
| XYZ | 24.42 | 36.44 | 9.36 | - |
| YUV | 146.92 | 76.12 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 55 | 0.34 | 0 | 0.69 | 0.30 | 89.03 | 0.53 | 0.46 |
| Hex | 77 | B3 | 37 | 22 | 0 | 45 | 1E | 59 | 35 | 2E |
| Octal | 167 | 263 | 67 | 42 | 0 | 105 | 36 | 131 | 65 | 56 |
| Binary | 1110111 | 10110011 | 110111 | 100010 | 0 | 1000101 | 11110 | 1011001 | 110101 | 101110 |
Color Harmonies of #77B337
Complementary color
Monochromatic Colors of #77B337
Black with #77B337
Text Example
Text Example
White with #77B337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B337; }
p { color: rgb(119,179,55); }
H1.HeaderClassName
{
color: #77B337;
}
.AnyTagClassName
{
color: #77B337;
}
</style>
background-color css
<style>
a { background-color: #77B337; }
a { background-color: rgb(119,179,55); }
div.DivClassName
{
background-color: #77B337;
}
.BgClassName
{
background-color: #77B337;
}
</style>
border-color css
<style>
span { border-color: #77B337; }
span { border-color: rgb(119,179,55); }
td.TdClassName
{
border-color: #77B337;
}
.TagClassName
{
border-color: #77B337;
}
</style>