Shades of Lima #76B319
Tints of Lima #76B319
RGB
CMYK
RGB Variations
Color information
#76B319 (or 0x76B319) is known color: Lima. HEX triplet: 76, B3 and 19. RGB value is (118,179,25). Sum of RGB (Red+Green+Blue) = 118+179+25=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #76B319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B319 is #894CE6. Grayscale: #8F8F8F. Windows color (decimal): -8998119 or 1684342. OLE color: 1684342.
HSL color Cylindrical-coordinate representation of color #76B319: hue angle of 83.77º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76B319 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 25 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.30 |
| HSL | 83.77º | 0.75% | 0.4% | - |
| HSV(B) | 83.77º | 0.86% | 0.7% | - |
| XYZ | 23.77 | 36.16 | 6.65 | - |
| YUV | 143.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 25 | 0.34 | 0 | 0.86 | 0.30 | 83.77 | 0.75 | 0.4 |
| Hex | 76 | B3 | 19 | 22 | 0 | 56 | 1E | 54 | 4B | 28 |
| Octal | 166 | 263 | 31 | 42 | 0 | 126 | 36 | 124 | 113 | 50 |
| Binary | 1110110 | 10110011 | 11001 | 100010 | 0 | 1010110 | 11110 | 1010100 | 1001011 | 101000 |
Color Harmonies of #76B319
Complementary color
Monochromatic Colors of #76B319
Black with #76B319
Text Example
Text Example
White with #76B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B319; }
p { color: rgb(118,179,25); }
H1.HeaderClassName
{
color: #76B319;
}
.AnyTagClassName
{
color: #76B319;
}
</style>
background-color css
<style>
a { background-color: #76B319; }
a { background-color: rgb(118,179,25); }
div.DivClassName
{
background-color: #76B319;
}
.BgClassName
{
background-color: #76B319;
}
</style>
border-color css
<style>
span { border-color: #76B319; }
span { border-color: rgb(118,179,25); }
td.TdClassName
{
border-color: #76B319;
}
.TagClassName
{
border-color: #76B319;
}
</style>