Shades of Lima #77B628
Tints of Lima #77B628
RGB
CMYK
RGB Variations
Color information
#77B628 (or 0x77B628) is known color: Lima. HEX triplet: 77, B6 and 28. RGB value is (119,182,40). Sum of RGB (Red+Green+Blue) = 119+182+40=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #77B628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B628 is #8849D7. Grayscale: #939393. Windows color (decimal): -8931800 or 2668151. OLE color: 2668151.
HSL color Cylindrical-coordinate representation of color #77B628: hue angle of 86.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77B628 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 40 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.29 |
| HSL | 86.62º | 0.64% | 0.44% | - |
| HSV(B) | 86.62º | 0.78% | 0.71% | - |
| XYZ | 24.72 | 37.53 | 7.95 | - |
| YUV | 146.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 40 | 0.35 | 0 | 0.78 | 0.29 | 86.62 | 0.64 | 0.44 |
| Hex | 77 | B6 | 28 | 23 | 0 | 4E | 1D | 57 | 40 | 2C |
| Octal | 167 | 266 | 50 | 43 | 0 | 116 | 35 | 127 | 100 | 54 |
| Binary | 1110111 | 10110110 | 101000 | 100011 | 0 | 1001110 | 11101 | 1010111 | 1000000 | 101100 |
Color Harmonies of #77B628
Complementary color
Monochromatic Colors of #77B628
Black with #77B628
Text Example
Text Example
White with #77B628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B628; }
p { color: rgb(119,182,40); }
H1.HeaderClassName
{
color: #77B628;
}
.AnyTagClassName
{
color: #77B628;
}
</style>
background-color css
<style>
a { background-color: #77B628; }
a { background-color: rgb(119,182,40); }
div.DivClassName
{
background-color: #77B628;
}
.BgClassName
{
background-color: #77B628;
}
</style>
border-color css
<style>
span { border-color: #77B628; }
span { border-color: rgb(119,182,40); }
td.TdClassName
{
border-color: #77B628;
}
.TagClassName
{
border-color: #77B628;
}
</style>