Shades of Lima #77AD2F
Tints of Lima #77AD2F
RGB
CMYK
RGB Variations
Color information
#77AD2F (or 0x77AD2F) is known color: Lima. HEX triplet: 77, AD and 2F. RGB value is (119,173,47). Sum of RGB (Red+Green+Blue) = 119+173+47=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AD2F is #8852D0. Grayscale: #8E8E8E. Windows color (decimal): -8934097 or 3124599. OLE color: 3124599.
HSL color Cylindrical-coordinate representation of color #77AD2F: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77AD2F is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 173 | 47 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.32 |
| HSL | 85.71º | 0.57% | 0.43% | - |
| HSV(B) | 85.71º | 0.73% | 0.68% | - |
| XYZ | 23.06 | 34.01 | 8.04 | - |
| YUV | 142.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 47 | 0.31 | 0 | 0.73 | 0.32 | 85.71 | 0.57 | 0.43 |
| Hex | 77 | AD | 2F | 1F | 0 | 49 | 20 | 56 | 39 | 2B |
| Octal | 167 | 255 | 57 | 37 | 0 | 111 | 40 | 126 | 71 | 53 |
| Binary | 1110111 | 10101101 | 101111 | 11111 | 0 | 1001001 | 100000 | 1010110 | 111001 | 101011 |
Color Harmonies of #77AD2F
Complementary color
Monochromatic Colors of #77AD2F
Black with #77AD2F
Text Example
Text Example
White with #77AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AD2F; }
p { color: rgb(119,173,47); }
H1.HeaderClassName
{
color: #77AD2F;
}
.AnyTagClassName
{
color: #77AD2F;
}
</style>
background-color css
<style>
a { background-color: #77AD2F; }
a { background-color: rgb(119,173,47); }
div.DivClassName
{
background-color: #77AD2F;
}
.BgClassName
{
background-color: #77AD2F;
}
</style>
border-color css
<style>
span { border-color: #77AD2F; }
span { border-color: rgb(119,173,47); }
td.TdClassName
{
border-color: #77AD2F;
}
.TagClassName
{
border-color: #77AD2F;
}
</style>