Shades of Lima #76B735
Tints of Lima #76B735
RGB
CMYK
RGB Variations
Color information
#76B735 (or 0x76B735) is known color: Lima. HEX triplet: 76, B7 and 35. RGB value is (118,183,53). Sum of RGB (Red+Green+Blue) = 118+183+53=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #76B735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B735 is #8948CA. Grayscale: #959595. Windows color (decimal): -8997067 or 3520374. OLE color: 3520374.
HSL color Cylindrical-coordinate representation of color #76B735: hue angle of 90º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76B735 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 53 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.28 |
| HSL | 90º | 0.55% | 0.46% | - |
| HSV(B) | 90º | 0.71% | 0.72% | - |
| XYZ | 25.05 | 37.98 | 9.38 | - |
| YUV | 148.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 53 | 0.36 | 0 | 0.71 | 0.28 | 90 | 0.55 | 0.46 |
| Hex | 76 | B7 | 35 | 24 | 0 | 47 | 1C | 5A | 37 | 2E |
| Octal | 166 | 267 | 65 | 44 | 0 | 107 | 34 | 132 | 67 | 56 |
| Binary | 1110110 | 10110111 | 110101 | 100100 | 0 | 1000111 | 11100 | 1011010 | 110111 | 101110 |
Color Harmonies of #76B735
Complementary color
Monochromatic Colors of #76B735
Black with #76B735
Text Example
Text Example
White with #76B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B735; }
p { color: rgb(118,183,53); }
H1.HeaderClassName
{
color: #76B735;
}
.AnyTagClassName
{
color: #76B735;
}
</style>
background-color css
<style>
a { background-color: #76B735; }
a { background-color: rgb(118,183,53); }
div.DivClassName
{
background-color: #76B735;
}
.BgClassName
{
background-color: #76B735;
}
</style>
border-color css
<style>
span { border-color: #76B735; }
span { border-color: rgb(118,183,53); }
td.TdClassName
{
border-color: #76B735;
}
.TagClassName
{
border-color: #76B735;
}
</style>