Shades of Lima #77AC23
Tints of Lima #77AC23
RGB
CMYK
RGB Variations
Color information
#77AC23 (or 0x77AC23) is known color: Lima. HEX triplet: 77, AC and 23. RGB value is (119,172,35). Sum of RGB (Red+Green+Blue) = 119+172+35=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AC23 is #8853DC. Grayscale: #8D8D8D. Windows color (decimal): -8934365 or 2337911. OLE color: 2337911.
HSL color Cylindrical-coordinate representation of color #77AC23: hue angle of 83.21º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77AC23 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 35 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.33 |
| HSL | 83.21º | 0.66% | 0.41% | - |
| HSV(B) | 83.21º | 0.8% | 0.67% | - |
| XYZ | 22.66 | 33.55 | 6.87 | - |
| YUV | 140.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 35 | 0.31 | 0 | 0.80 | 0.33 | 83.21 | 0.66 | 0.41 |
| Hex | 77 | AC | 23 | 1F | 0 | 50 | 21 | 53 | 42 | 29 |
| Octal | 167 | 254 | 43 | 37 | 0 | 120 | 41 | 123 | 102 | 51 |
| Binary | 1110111 | 10101100 | 100011 | 11111 | 0 | 1010000 | 100001 | 1010011 | 1000010 | 101001 |
Color Harmonies of #77AC23
Complementary color
Monochromatic Colors of #77AC23
Black with #77AC23
Text Example
Text Example
White with #77AC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC23; }
p { color: rgb(119,172,35); }
H1.HeaderClassName
{
color: #77AC23;
}
.AnyTagClassName
{
color: #77AC23;
}
</style>
background-color css
<style>
a { background-color: #77AC23; }
a { background-color: rgb(119,172,35); }
div.DivClassName
{
background-color: #77AC23;
}
.BgClassName
{
background-color: #77AC23;
}
</style>
border-color css
<style>
span { border-color: #77AC23; }
span { border-color: rgb(119,172,35); }
td.TdClassName
{
border-color: #77AC23;
}
.TagClassName
{
border-color: #77AC23;
}
</style>