Shades of Lima #76B435
Tints of Lima #76B435
RGB
CMYK
RGB Variations
Color information
#76B435 (or 0x76B435) is known color: Lima. HEX triplet: 76, B4 and 35. RGB value is (118,180,53). Sum of RGB (Red+Green+Blue) = 118+180+53=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #76B435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B435 is #894BCA. Grayscale: #939393. Windows color (decimal): -8997835 or 3519606. OLE color: 3519606.
HSL color Cylindrical-coordinate representation of color #76B435: hue angle of 89.29º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76B435 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 53 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.29 |
| HSL | 89.29º | 0.55% | 0.46% | - |
| HSV(B) | 89.29º | 0.71% | 0.71% | - |
| XYZ | 24.44 | 36.75 | 9.17 | - |
| YUV | 146.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 53 | 0.34 | 0 | 0.71 | 0.29 | 89.29 | 0.55 | 0.46 |
| Hex | 76 | B4 | 35 | 22 | 0 | 47 | 1D | 59 | 37 | 2E |
| Octal | 166 | 264 | 65 | 42 | 0 | 107 | 35 | 131 | 67 | 56 |
| Binary | 1110110 | 10110100 | 110101 | 100010 | 0 | 1000111 | 11101 | 1011001 | 110111 | 101110 |
Color Harmonies of #76B435
Complementary color
Monochromatic Colors of #76B435
Black with #76B435
Text Example
Text Example
White with #76B435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B435; }
p { color: rgb(118,180,53); }
H1.HeaderClassName
{
color: #76B435;
}
.AnyTagClassName
{
color: #76B435;
}
</style>
background-color css
<style>
a { background-color: #76B435; }
a { background-color: rgb(118,180,53); }
div.DivClassName
{
background-color: #76B435;
}
.BgClassName
{
background-color: #76B435;
}
</style>
border-color css
<style>
span { border-color: #76B435; }
span { border-color: rgb(118,180,53); }
td.TdClassName
{
border-color: #76B435;
}
.TagClassName
{
border-color: #76B435;
}
</style>