Shades of Lima #76A421
Tints of Lima #76A421
RGB
CMYK
RGB Variations
Color information
#76A421 (or 0x76A421) is known color: Lima. HEX triplet: 76, A4 and 21. RGB value is (118,164,33). Sum of RGB (Red+Green+Blue) = 118+164+33=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #76A421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A421 is #895BDE. Grayscale: #878787. Windows color (decimal): -9001951 or 2204790. OLE color: 2204790.
HSL color Cylindrical-coordinate representation of color #76A421: hue angle of 81.07º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76A421 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 33 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.36 |
| HSL | 81.07º | 0.66% | 0.39% | - |
| HSV(B) | 81.07º | 0.8% | 0.64% | - |
| XYZ | 21.02 | 30.51 | 6.22 | - |
| YUV | 135.31 | 70.26 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 33 | 0.28 | 0 | 0.80 | 0.36 | 81.07 | 0.66 | 0.39 |
| Hex | 76 | A4 | 21 | 1C | 0 | 50 | 24 | 51 | 42 | 27 |
| Octal | 166 | 244 | 41 | 34 | 0 | 120 | 44 | 121 | 102 | 47 |
| Binary | 1110110 | 10100100 | 100001 | 11100 | 0 | 1010000 | 100100 | 1010001 | 1000010 | 100111 |
Color Harmonies of #76A421
Complementary color
Monochromatic Colors of #76A421
Black with #76A421
Text Example
Text Example
White with #76A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A421; }
p { color: rgb(118,164,33); }
H1.HeaderClassName
{
color: #76A421;
}
.AnyTagClassName
{
color: #76A421;
}
</style>
background-color css
<style>
a { background-color: #76A421; }
a { background-color: rgb(118,164,33); }
div.DivClassName
{
background-color: #76A421;
}
.BgClassName
{
background-color: #76A421;
}
</style>
border-color css
<style>
span { border-color: #76A421; }
span { border-color: rgb(118,164,33); }
td.TdClassName
{
border-color: #76A421;
}
.TagClassName
{
border-color: #76A421;
}
</style>