Shades of Lima #77AA22
Tints of Lima #77AA22
RGB
CMYK
RGB Variations
Color information
#77AA22 (or 0x77AA22) is known color: Lima. HEX triplet: 77, AA and 22. RGB value is (119,170,34). Sum of RGB (Red+Green+Blue) = 119+170+34=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA22 is #8855DD. Grayscale: #8B8B8B. Windows color (decimal): -8934878 or 2271863. OLE color: 2271863.
HSL color Cylindrical-coordinate representation of color #77AA22: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77AA22 is Cyan = 0.3, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 34 | - |
| CMYK | 0.3 | 0 | 0.80 | 0.33 |
| HSL | 82.5º | 0.67% | 0.4% | - |
| HSV(B) | 82.5º | 0.8% | 0.67% | - |
| XYZ | 22.27 | 32.79 | 6.67 | - |
| YUV | 139.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 34 | 0.3 | 0 | 0.80 | 0.33 | 82.5 | 0.67 | 0.4 |
| Hex | 77 | AA | 22 | 1E | 0 | 50 | 21 | 52 | 43 | 28 |
| Octal | 167 | 252 | 42 | 36 | 0 | 120 | 41 | 122 | 103 | 50 |
| Binary | 1110111 | 10101010 | 100010 | 11110 | 0 | 1010000 | 100001 | 1010010 | 1000011 | 101000 |
Color Harmonies of #77AA22
Complementary color
Monochromatic Colors of #77AA22
Black with #77AA22
Text Example
Text Example
White with #77AA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA22; }
p { color: rgb(119,170,34); }
H1.HeaderClassName
{
color: #77AA22;
}
.AnyTagClassName
{
color: #77AA22;
}
</style>
background-color css
<style>
a { background-color: #77AA22; }
a { background-color: rgb(119,170,34); }
div.DivClassName
{
background-color: #77AA22;
}
.BgClassName
{
background-color: #77AA22;
}
</style>
border-color css
<style>
span { border-color: #77AA22; }
span { border-color: rgb(119,170,34); }
td.TdClassName
{
border-color: #77AA22;
}
.TagClassName
{
border-color: #77AA22;
}
</style>