Shades of Lima #76B834
Tints of Lima #76B834
RGB
CMYK
RGB Variations
Color information
#76B834 (or 0x76B834) is known color: Lima. HEX triplet: 76, B8 and 34. RGB value is (118,184,52). Sum of RGB (Red+Green+Blue) = 118+184+52=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #76B834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B834 is #8947CB. Grayscale: #959595. Windows color (decimal): -8996812 or 3455094. OLE color: 3455094.
HSL color Cylindrical-coordinate representation of color #76B834: hue angle of 90º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76B834 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 52 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.28 |
| HSL | 90º | 0.56% | 0.46% | - |
| HSV(B) | 90º | 0.72% | 0.72% | - |
| XYZ | 25.23 | 38.38 | 9.33 | - |
| YUV | 149.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 52 | 0.36 | 0 | 0.72 | 0.28 | 90 | 0.56 | 0.46 |
| Hex | 76 | B8 | 34 | 24 | 0 | 48 | 1C | 5A | 38 | 2E |
| Octal | 166 | 270 | 64 | 44 | 0 | 110 | 34 | 132 | 70 | 56 |
| Binary | 1110110 | 10111000 | 110100 | 100100 | 0 | 1001000 | 11100 | 1011010 | 111000 | 101110 |
Color Harmonies of #76B834
Complementary color
Monochromatic Colors of #76B834
Black with #76B834
Text Example
Text Example
White with #76B834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B834; }
p { color: rgb(118,184,52); }
H1.HeaderClassName
{
color: #76B834;
}
.AnyTagClassName
{
color: #76B834;
}
</style>
background-color css
<style>
a { background-color: #76B834; }
a { background-color: rgb(118,184,52); }
div.DivClassName
{
background-color: #76B834;
}
.BgClassName
{
background-color: #76B834;
}
</style>
border-color css
<style>
span { border-color: #76B834; }
span { border-color: rgb(118,184,52); }
td.TdClassName
{
border-color: #76B834;
}
.TagClassName
{
border-color: #76B834;
}
</style>