Shades of Lima #77B728
Tints of Lima #77B728
RGB
CMYK
RGB Variations
Color information
#77B728 (or 0x77B728) is known color: Lima. HEX triplet: 77, B7 and 28. RGB value is (119,183,40). Sum of RGB (Red+Green+Blue) = 119+183+40=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #77B728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B728 is #8848D7. Grayscale: #949494. Windows color (decimal): -8931544 or 2668407. OLE color: 2668407.
HSL color Cylindrical-coordinate representation of color #77B728: hue angle of 86.85º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77B728 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 40 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.28 |
| HSL | 86.85º | 0.64% | 0.44% | - |
| HSV(B) | 86.85º | 0.78% | 0.72% | - |
| XYZ | 24.92 | 37.94 | 8.02 | - |
| YUV | 147.56 | 67.3 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 40 | 0.35 | 0 | 0.78 | 0.28 | 86.85 | 0.64 | 0.44 |
| Hex | 77 | B7 | 28 | 23 | 0 | 4E | 1C | 57 | 40 | 2C |
| Octal | 167 | 267 | 50 | 43 | 0 | 116 | 34 | 127 | 100 | 54 |
| Binary | 1110111 | 10110111 | 101000 | 100011 | 0 | 1001110 | 11100 | 1010111 | 1000000 | 101100 |
Color Harmonies of #77B728
Complementary color
Monochromatic Colors of #77B728
Black with #77B728
Text Example
Text Example
White with #77B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B728; }
p { color: rgb(119,183,40); }
H1.HeaderClassName
{
color: #77B728;
}
.AnyTagClassName
{
color: #77B728;
}
</style>
background-color css
<style>
a { background-color: #77B728; }
a { background-color: rgb(119,183,40); }
div.DivClassName
{
background-color: #77B728;
}
.BgClassName
{
background-color: #77B728;
}
</style>
border-color css
<style>
span { border-color: #77B728; }
span { border-color: rgb(119,183,40); }
td.TdClassName
{
border-color: #77B728;
}
.TagClassName
{
border-color: #77B728;
}
</style>