Shades of Lima #77B715
Tints of Lima #77B715
RGB
CMYK
RGB Variations
Color information
#77B715 (or 0x77B715) is known color: Lima. HEX triplet: 77, B7 and 15. RGB value is (119,183,21). Sum of RGB (Red+Green+Blue) = 119+183+21=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #77B715 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B715 is #8848EA. Grayscale: #919191. Windows color (decimal): -8931563 or 1423223. OLE color: 1423223.
HSL color Cylindrical-coordinate representation of color #77B715: hue angle of 83.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77B715 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 21 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.28 |
| HSL | 83.7º | 0.79% | 0.4% | - |
| HSV(B) | 83.7º | 0.89% | 0.72% | - |
| XYZ | 24.68 | 37.84 | 6.71 | - |
| YUV | 145.4 | 57.8 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 21 | 0.35 | 0 | 0.89 | 0.28 | 83.7 | 0.79 | 0.4 |
| Hex | 77 | B7 | 15 | 23 | 0 | 59 | 1C | 54 | 4F | 28 |
| Octal | 167 | 267 | 25 | 43 | 0 | 131 | 34 | 124 | 117 | 50 |
| Binary | 1110111 | 10110111 | 10101 | 100011 | 0 | 1011001 | 11100 | 1010100 | 1001111 | 101000 |
Color Harmonies of #77B715
Complementary color
Monochromatic Colors of #77B715
Black with #77B715
Text Example
Text Example
White with #77B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B715; }
p { color: rgb(119,183,21); }
H1.HeaderClassName
{
color: #77B715;
}
.AnyTagClassName
{
color: #77B715;
}
</style>
background-color css
<style>
a { background-color: #77B715; }
a { background-color: rgb(119,183,21); }
div.DivClassName
{
background-color: #77B715;
}
.BgClassName
{
background-color: #77B715;
}
</style>
border-color css
<style>
span { border-color: #77B715; }
span { border-color: rgb(119,183,21); }
td.TdClassName
{
border-color: #77B715;
}
.TagClassName
{
border-color: #77B715;
}
</style>