Shades of Lima #77A92C
Tints of Lima #77A92C
RGB
CMYK
RGB Variations
Color information
#77A92C (or 0x77A92C) is known color: Lima. HEX triplet: 77, A9 and 2C. RGB value is (119,169,44). Sum of RGB (Red+Green+Blue) = 119+169+44=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #77A92C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A92C is #8856D3. Grayscale: #8C8C8C. Windows color (decimal): -8935124 or 2926967. OLE color: 2926967.
HSL color Cylindrical-coordinate representation of color #77A92C: hue angle of 84º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77A92C is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 169 | 44 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.34 |
| HSL | 84º | 0.59% | 0.42% | - |
| HSV(B) | 84º | 0.74% | 0.66% | - |
| XYZ | 22.25 | 32.48 | 7.48 | - |
| YUV | 139.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 44 | 0.30 | 0 | 0.74 | 0.34 | 84 | 0.59 | 0.42 |
| Hex | 77 | A9 | 2C | 1E | 0 | 4A | 22 | 54 | 3B | 2A |
| Octal | 167 | 251 | 54 | 36 | 0 | 112 | 42 | 124 | 73 | 52 |
| Binary | 1110111 | 10101001 | 101100 | 11110 | 0 | 1001010 | 100010 | 1010100 | 111011 | 101010 |
Color Harmonies of #77A92C
Complementary color
Monochromatic Colors of #77A92C
Black with #77A92C
Text Example
Text Example
White with #77A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A92C; }
p { color: rgb(119,169,44); }
H1.HeaderClassName
{
color: #77A92C;
}
.AnyTagClassName
{
color: #77A92C;
}
</style>
background-color css
<style>
a { background-color: #77A92C; }
a { background-color: rgb(119,169,44); }
div.DivClassName
{
background-color: #77A92C;
}
.BgClassName
{
background-color: #77A92C;
}
</style>
border-color css
<style>
span { border-color: #77A92C; }
span { border-color: rgb(119,169,44); }
td.TdClassName
{
border-color: #77A92C;
}
.TagClassName
{
border-color: #77A92C;
}
</style>