Shades of Lawn Green #76D613
Tints of Lawn Green #76D613
RGB
CMYK
RGB Variations
Color information
#76D613 (or 0x76D613) is known color: Lawn Green. HEX triplet: 76, D6 and 13. RGB value is (118,214,19). Sum of RGB (Red+Green+Blue) = 118+214+19=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #76D613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D613 is #8929EC. Grayscale: #A3A3A3. Windows color (decimal): -8989165 or 1300086. OLE color: 1300086.
HSL color Cylindrical-coordinate representation of color #76D613: hue angle of 89.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76D613 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 19 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.16 |
| HSL | 89.54º | 0.84% | 0.46% | - |
| HSV(B) | 89.54º | 0.91% | 0.84% | - |
| XYZ | 31.64 | 51.99 | 8.98 | - |
| YUV | 163.07 | 46.7 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 19 | 0.45 | 0 | 0.91 | 0.16 | 89.54 | 0.84 | 0.46 |
| Hex | 76 | D6 | 13 | 2D | 0 | 5B | 10 | 5A | 54 | 2E |
| Octal | 166 | 326 | 23 | 55 | 0 | 133 | 20 | 132 | 124 | 56 |
| Binary | 1110110 | 11010110 | 10011 | 101101 | 0 | 1011011 | 10000 | 1011010 | 1010100 | 101110 |
Color Harmonies of #76D613
Complementary color
Monochromatic Colors of #76D613
Black with #76D613
Text Example
Text Example
White with #76D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D613; }
p { color: rgb(118,214,19); }
H1.HeaderClassName
{
color: #76D613;
}
.AnyTagClassName
{
color: #76D613;
}
</style>
background-color css
<style>
a { background-color: #76D613; }
a { background-color: rgb(118,214,19); }
div.DivClassName
{
background-color: #76D613;
}
.BgClassName
{
background-color: #76D613;
}
</style>
border-color css
<style>
span { border-color: #76D613; }
span { border-color: rgb(118,214,19); }
td.TdClassName
{
border-color: #76D613;
}
.TagClassName
{
border-color: #76D613;
}
</style>