Shades of Lima #76A322
Tints of Lima #76A322
RGB
CMYK
RGB Variations
Color information
#76A322 (or 0x76A322) is known color: Lima. HEX triplet: 76, A3 and 22. RGB value is (118,163,34). Sum of RGB (Red+Green+Blue) = 118+163+34=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #76A322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A322 is #895CDD. Grayscale: #878787. Windows color (decimal): -9002206 or 2270070. OLE color: 2270070.
HSL color Cylindrical-coordinate representation of color #76A322: hue angle of 80.93º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76A322 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 34 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.36 |
| HSL | 80.93º | 0.65% | 0.39% | - |
| HSV(B) | 80.93º | 0.79% | 0.64% | - |
| XYZ | 20.86 | 30.16 | 6.24 | - |
| YUV | 134.84 | 71.09 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 34 | 0.28 | 0 | 0.79 | 0.36 | 80.93 | 0.65 | 0.39 |
| Hex | 76 | A3 | 22 | 1C | 0 | 4F | 24 | 51 | 41 | 27 |
| Octal | 166 | 243 | 42 | 34 | 0 | 117 | 44 | 121 | 101 | 47 |
| Binary | 1110110 | 10100011 | 100010 | 11100 | 0 | 1001111 | 100100 | 1010001 | 1000001 | 100111 |
Color Harmonies of #76A322
Complementary color
Monochromatic Colors of #76A322
Black with #76A322
Text Example
Text Example
White with #76A322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A322; }
p { color: rgb(118,163,34); }
H1.HeaderClassName
{
color: #76A322;
}
.AnyTagClassName
{
color: #76A322;
}
</style>
background-color css
<style>
a { background-color: #76A322; }
a { background-color: rgb(118,163,34); }
div.DivClassName
{
background-color: #76A322;
}
.BgClassName
{
background-color: #76A322;
}
</style>
border-color css
<style>
span { border-color: #76A322; }
span { border-color: rgb(118,163,34); }
td.TdClassName
{
border-color: #76A322;
}
.TagClassName
{
border-color: #76A322;
}
</style>