Shades of Lima #76B527
Tints of Lima #76B527
RGB
CMYK
RGB Variations
Color information
#76B527 (or 0x76B527) is known color: Lima. HEX triplet: 76, B5 and 27. RGB value is (118,181,39). Sum of RGB (Red+Green+Blue) = 118+181+39=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #76B527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B527 is #894AD8. Grayscale: #929292. Windows color (decimal): -8997593 or 2602358. OLE color: 2602358.
HSL color Cylindrical-coordinate representation of color #76B527: hue angle of 86.62º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76B527 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 39 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.29 |
| HSL | 86.62º | 0.65% | 0.43% | - |
| HSV(B) | 86.62º | 0.78% | 0.71% | - |
| XYZ | 24.36 | 37.05 | 7.79 | - |
| YUV | 145.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 39 | 0.35 | 0 | 0.78 | 0.29 | 86.62 | 0.65 | 0.43 |
| Hex | 76 | B5 | 27 | 23 | 0 | 4E | 1D | 57 | 41 | 2B |
| Octal | 166 | 265 | 47 | 43 | 0 | 116 | 35 | 127 | 101 | 53 |
| Binary | 1110110 | 10110101 | 100111 | 100011 | 0 | 1001110 | 11101 | 1010111 | 1000001 | 101011 |
Color Harmonies of #76B527
Complementary color
Monochromatic Colors of #76B527
Black with #76B527
Text Example
Text Example
White with #76B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B527; }
p { color: rgb(118,181,39); }
H1.HeaderClassName
{
color: #76B527;
}
.AnyTagClassName
{
color: #76B527;
}
</style>
background-color css
<style>
a { background-color: #76B527; }
a { background-color: rgb(118,181,39); }
div.DivClassName
{
background-color: #76B527;
}
.BgClassName
{
background-color: #76B527;
}
</style>
border-color css
<style>
span { border-color: #76B527; }
span { border-color: rgb(118,181,39); }
td.TdClassName
{
border-color: #76B527;
}
.TagClassName
{
border-color: #76B527;
}
</style>