Shades of Lima #77B615
Tints of Lima #77B615
RGB
CMYK
RGB Variations
Color information
#77B615 (or 0x77B615) is known color: Lima. HEX triplet: 77, B6 and 15. RGB value is (119,182,21). Sum of RGB (Red+Green+Blue) = 119+182+21=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #77B615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B615 is #8849EA. Grayscale: #919191. Windows color (decimal): -8931819 or 1422967. OLE color: 1422967.
HSL color Cylindrical-coordinate representation of color #77B615: hue angle of 83.48º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77B615 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 21 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.29 |
| HSL | 83.48º | 0.79% | 0.4% | - |
| HSV(B) | 83.48º | 0.88% | 0.71% | - |
| XYZ | 24.47 | 37.43 | 6.64 | - |
| YUV | 144.81 | 58.13 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 21 | 0.35 | 0 | 0.88 | 0.29 | 83.48 | 0.79 | 0.4 |
| Hex | 77 | B6 | 15 | 23 | 0 | 58 | 1D | 53 | 4F | 28 |
| Octal | 167 | 266 | 25 | 43 | 0 | 130 | 35 | 123 | 117 | 50 |
| Binary | 1110111 | 10110110 | 10101 | 100011 | 0 | 1011000 | 11101 | 1010011 | 1001111 | 101000 |
Color Harmonies of #77B615
Complementary color
Monochromatic Colors of #77B615
Black with #77B615
Text Example
Text Example
White with #77B615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B615; }
p { color: rgb(119,182,21); }
H1.HeaderClassName
{
color: #77B615;
}
.AnyTagClassName
{
color: #77B615;
}
</style>
background-color css
<style>
a { background-color: #77B615; }
a { background-color: rgb(119,182,21); }
div.DivClassName
{
background-color: #77B615;
}
.BgClassName
{
background-color: #77B615;
}
</style>
border-color css
<style>
span { border-color: #77B615; }
span { border-color: rgb(119,182,21); }
td.TdClassName
{
border-color: #77B615;
}
.TagClassName
{
border-color: #77B615;
}
</style>