Shades of Lima #77B720
Tints of Lima #77B720
RGB
CMYK
RGB Variations
Color information
#77B720 (or 0x77B720) is known color: Lima. HEX triplet: 77, B7 and 20. RGB value is (119,183,32). Sum of RGB (Red+Green+Blue) = 119+183+32=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #77B720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B720 is #8848DF. Grayscale: #939393. Windows color (decimal): -8931552 or 2144119. OLE color: 2144119.
HSL color Cylindrical-coordinate representation of color #77B720: hue angle of 85.43º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77B720 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 32 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.28 |
| HSL | 85.43º | 0.7% | 0.42% | - |
| HSV(B) | 85.43º | 0.83% | 0.72% | - |
| XYZ | 24.8 | 37.89 | 7.37 | - |
| YUV | 146.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 32 | 0.35 | 0 | 0.83 | 0.28 | 85.43 | 0.7 | 0.42 |
| Hex | 77 | B7 | 20 | 23 | 0 | 53 | 1C | 55 | 46 | 2A |
| Octal | 167 | 267 | 40 | 43 | 0 | 123 | 34 | 125 | 106 | 52 |
| Binary | 1110111 | 10110111 | 100000 | 100011 | 0 | 1010011 | 11100 | 1010101 | 1000110 | 101010 |
Color Harmonies of #77B720
Complementary color
Monochromatic Colors of #77B720
Black with #77B720
Text Example
Text Example
White with #77B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B720; }
p { color: rgb(119,183,32); }
H1.HeaderClassName
{
color: #77B720;
}
.AnyTagClassName
{
color: #77B720;
}
</style>
background-color css
<style>
a { background-color: #77B720; }
a { background-color: rgb(119,183,32); }
div.DivClassName
{
background-color: #77B720;
}
.BgClassName
{
background-color: #77B720;
}
</style>
border-color css
<style>
span { border-color: #77B720; }
span { border-color: rgb(119,183,32); }
td.TdClassName
{
border-color: #77B720;
}
.TagClassName
{
border-color: #77B720;
}
</style>