Shades of Pastel Green #76D070
Tints of Pastel Green #76D070
RGB
CMYK
RGB Variations
Color information
#76D070 (or 0x76D070) is known color: Pastel Green. HEX triplet: 76, D0 and 70. RGB value is (118,208,112). Sum of RGB (Red+Green+Blue) = 118+208+112=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #76D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D070 is #892F8F. Grayscale: #AAAAAA. Windows color (decimal): -8990608 or 7393398. OLE color: 7393398.
HSL color Cylindrical-coordinate representation of color #76D070: hue angle of 116.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D070 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 112 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.18 |
| HSL | 116.25º | 0.51% | 0.63% | - |
| HSV(B) | 116.25º | 0.46% | 0.82% | - |
| XYZ | 32.95 | 50.13 | 23.27 | - |
| YUV | 170.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 112 | 0.43 | 0 | 0.46 | 0.18 | 116.25 | 0.51 | 0.63 |
| Hex | 76 | D0 | 70 | 2B | 0 | 2E | 12 | 74 | 33 | 3F |
| Octal | 166 | 320 | 160 | 53 | 0 | 56 | 22 | 164 | 63 | 77 |
| Binary | 1110110 | 11010000 | 1110000 | 101011 | 0 | 101110 | 10010 | 1110100 | 110011 | 111111 |
Color Harmonies of #76D070
Complementary color
Monochromatic Colors of #76D070
Black with #76D070
Text Example
Text Example
White with #76D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D070; }
p { color: rgb(118,208,112); }
H1.HeaderClassName
{
color: #76D070;
}
.AnyTagClassName
{
color: #76D070;
}
</style>
background-color css
<style>
a { background-color: #76D070; }
a { background-color: rgb(118,208,112); }
div.DivClassName
{
background-color: #76D070;
}
.BgClassName
{
background-color: #76D070;
}
</style>
border-color css
<style>
span { border-color: #76D070; }
span { border-color: rgb(118,208,112); }
td.TdClassName
{
border-color: #76D070;
}
.TagClassName
{
border-color: #76D070;
}
</style>