Shades of Lima #77B028
Tints of Lima #77B028
RGB
CMYK
RGB Variations
Color information
#77B028 (or 0x77B028) is known color: Lima. HEX triplet: 77, B0 and 28. RGB value is (119,176,40). Sum of RGB (Red+Green+Blue) = 119+176+40=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #77B028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B028 is #884FD7. Grayscale: #8F8F8F. Windows color (decimal): -8933336 or 2666615. OLE color: 2666615.
HSL color Cylindrical-coordinate representation of color #77B028: hue angle of 85.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77B028 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 176 | 40 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.31 |
| HSL | 85.15º | 0.63% | 0.42% | - |
| HSV(B) | 85.15º | 0.77% | 0.69% | - |
| XYZ | 23.52 | 35.13 | 7.55 | - |
| YUV | 143.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 40 | 0.32 | 0 | 0.77 | 0.31 | 85.15 | 0.63 | 0.42 |
| Hex | 77 | B0 | 28 | 20 | 0 | 4D | 1F | 55 | 3F | 2A |
| Octal | 167 | 260 | 50 | 40 | 0 | 115 | 37 | 125 | 77 | 52 |
| Binary | 1110111 | 10110000 | 101000 | 100000 | 0 | 1001101 | 11111 | 1010101 | 111111 | 101010 |
Color Harmonies of #77B028
Complementary color
Monochromatic Colors of #77B028
Black with #77B028
Text Example
Text Example
White with #77B028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B028; }
p { color: rgb(119,176,40); }
H1.HeaderClassName
{
color: #77B028;
}
.AnyTagClassName
{
color: #77B028;
}
</style>
background-color css
<style>
a { background-color: #77B028; }
a { background-color: rgb(119,176,40); }
div.DivClassName
{
background-color: #77B028;
}
.BgClassName
{
background-color: #77B028;
}
</style>
border-color css
<style>
span { border-color: #77B028; }
span { border-color: rgb(119,176,40); }
td.TdClassName
{
border-color: #77B028;
}
.TagClassName
{
border-color: #77B028;
}
</style>