Shades of Lima #77AF2F
Tints of Lima #77AF2F
RGB
CMYK
RGB Variations
Color information
#77AF2F (or 0x77AF2F) is known color: Lima. HEX triplet: 77, AF and 2F. RGB value is (119,175,47). Sum of RGB (Red+Green+Blue) = 119+175+47=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF2F is #8850D0. Grayscale: #909090. Windows color (decimal): -8933585 or 3125111. OLE color: 3125111.
HSL color Cylindrical-coordinate representation of color #77AF2F: hue angle of 86.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77AF2F is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 47 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.31 |
| HSL | 86.25º | 0.58% | 0.44% | - |
| HSV(B) | 86.25º | 0.73% | 0.69% | - |
| XYZ | 23.45 | 34.79 | 8.17 | - |
| YUV | 143.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 47 | 0.32 | 0 | 0.73 | 0.31 | 86.25 | 0.58 | 0.44 |
| Hex | 77 | AF | 2F | 20 | 0 | 49 | 1F | 56 | 3A | 2C |
| Octal | 167 | 257 | 57 | 40 | 0 | 111 | 37 | 126 | 72 | 54 |
| Binary | 1110111 | 10101111 | 101111 | 100000 | 0 | 1001001 | 11111 | 1010110 | 111010 | 101100 |
Color Harmonies of #77AF2F
Complementary color
Monochromatic Colors of #77AF2F
Black with #77AF2F
Text Example
Text Example
White with #77AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF2F; }
p { color: rgb(119,175,47); }
H1.HeaderClassName
{
color: #77AF2F;
}
.AnyTagClassName
{
color: #77AF2F;
}
</style>
background-color css
<style>
a { background-color: #77AF2F; }
a { background-color: rgb(119,175,47); }
div.DivClassName
{
background-color: #77AF2F;
}
.BgClassName
{
background-color: #77AF2F;
}
</style>
border-color css
<style>
span { border-color: #77AF2F; }
span { border-color: rgb(119,175,47); }
td.TdClassName
{
border-color: #77AF2F;
}
.TagClassName
{
border-color: #77AF2F;
}
</style>