Shades of Lima #77A827
Tints of Lima #77A827
RGB
CMYK
RGB Variations
Color information
#77A827 (or 0x77A827) is known color: Lima. HEX triplet: 77, A8 and 27. RGB value is (119,168,39). Sum of RGB (Red+Green+Blue) = 119+168+39=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #77A827 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A827 is #8857D8. Grayscale: #8B8B8B. Windows color (decimal): -8935385 or 2599031. OLE color: 2599031.
HSL color Cylindrical-coordinate representation of color #77A827: hue angle of 82.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77A827 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 168 | 39 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.34 |
| HSL | 82.79º | 0.62% | 0.41% | - |
| HSV(B) | 82.79º | 0.77% | 0.66% | - |
| XYZ | 21.98 | 32.07 | 6.95 | - |
| YUV | 138.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 39 | 0.29 | 0 | 0.77 | 0.34 | 82.79 | 0.62 | 0.41 |
| Hex | 77 | A8 | 27 | 1D | 0 | 4D | 22 | 53 | 3E | 29 |
| Octal | 167 | 250 | 47 | 35 | 0 | 115 | 42 | 123 | 76 | 51 |
| Binary | 1110111 | 10101000 | 100111 | 11101 | 0 | 1001101 | 100010 | 1010011 | 111110 | 101001 |
Color Harmonies of #77A827
Complementary color
Monochromatic Colors of #77A827
Black with #77A827
Text Example
Text Example
White with #77A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A827; }
p { color: rgb(119,168,39); }
H1.HeaderClassName
{
color: #77A827;
}
.AnyTagClassName
{
color: #77A827;
}
</style>
background-color css
<style>
a { background-color: #77A827; }
a { background-color: rgb(119,168,39); }
div.DivClassName
{
background-color: #77A827;
}
.BgClassName
{
background-color: #77A827;
}
</style>
border-color css
<style>
span { border-color: #77A827; }
span { border-color: rgb(119,168,39); }
td.TdClassName
{
border-color: #77A827;
}
.TagClassName
{
border-color: #77A827;
}
</style>