Shades of Lima #77AB2C
Tints of Lima #77AB2C
RGB
CMYK
RGB Variations
Color information
#77AB2C (or 0x77AB2C) is known color: Lima. HEX triplet: 77, AB and 2C. RGB value is (119,171,44). Sum of RGB (Red+Green+Blue) = 119+171+44=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AB2C is #8854D3. Grayscale: #8D8D8D. Windows color (decimal): -8934612 or 2927479. OLE color: 2927479.
HSL color Cylindrical-coordinate representation of color #77AB2C: hue angle of 84.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77AB2C is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 44 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.33 |
| HSL | 84.57º | 0.59% | 0.42% | - |
| HSV(B) | 84.57º | 0.74% | 0.67% | - |
| XYZ | 22.63 | 33.23 | 7.6 | - |
| YUV | 140.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 44 | 0.30 | 0 | 0.74 | 0.33 | 84.57 | 0.59 | 0.42 |
| Hex | 77 | AB | 2C | 1E | 0 | 4A | 21 | 55 | 3B | 2A |
| Octal | 167 | 253 | 54 | 36 | 0 | 112 | 41 | 125 | 73 | 52 |
| Binary | 1110111 | 10101011 | 101100 | 11110 | 0 | 1001010 | 100001 | 1010101 | 111011 | 101010 |
Color Harmonies of #77AB2C
Complementary color
Monochromatic Colors of #77AB2C
Black with #77AB2C
Text Example
Text Example
White with #77AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB2C; }
p { color: rgb(119,171,44); }
H1.HeaderClassName
{
color: #77AB2C;
}
.AnyTagClassName
{
color: #77AB2C;
}
</style>
background-color css
<style>
a { background-color: #77AB2C; }
a { background-color: rgb(119,171,44); }
div.DivClassName
{
background-color: #77AB2C;
}
.BgClassName
{
background-color: #77AB2C;
}
</style>
border-color css
<style>
span { border-color: #77AB2C; }
span { border-color: rgb(119,171,44); }
td.TdClassName
{
border-color: #77AB2C;
}
.TagClassName
{
border-color: #77AB2C;
}
</style>