Shades of Pastel Green #76D079
Tints of Pastel Green #76D079
RGB
CMYK
RGB Variations
Color information
#76D079 (or 0x76D079) is known color: Pastel Green. HEX triplet: 76, D0 and 79. RGB value is (118,208,121). Sum of RGB (Red+Green+Blue) = 118+208+121=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #76D079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D079 is #892F86. Grayscale: #ABABAB. Windows color (decimal): -8990599 or 7983222. OLE color: 7983222.
HSL color Cylindrical-coordinate representation of color #76D079: hue angle of 122º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D079 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 121 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.18 |
| HSL | 122º | 0.49% | 0.64% | - |
| HSV(B) | 122º | 0.43% | 0.82% | - |
| XYZ | 33.48 | 50.34 | 26.04 | - |
| YUV | 171.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 121 | 0.43 | 0 | 0.42 | 0.18 | 122 | 0.49 | 0.64 |
| Hex | 76 | D0 | 79 | 2B | 0 | 2A | 12 | 7A | 31 | 40 |
| Octal | 166 | 320 | 171 | 53 | 0 | 52 | 22 | 172 | 61 | 100 |
| Binary | 1110110 | 11010000 | 1111001 | 101011 | 0 | 101010 | 10010 | 1111010 | 110001 | 1000000 |
Color Harmonies of #76D079
Complementary color
Monochromatic Colors of #76D079
Black with #76D079
Text Example
Text Example
White with #76D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D079; }
p { color: rgb(118,208,121); }
H1.HeaderClassName
{
color: #76D079;
}
.AnyTagClassName
{
color: #76D079;
}
</style>
background-color css
<style>
a { background-color: #76D079; }
a { background-color: rgb(118,208,121); }
div.DivClassName
{
background-color: #76D079;
}
.BgClassName
{
background-color: #76D079;
}
</style>
border-color css
<style>
span { border-color: #76D079; }
span { border-color: rgb(118,208,121); }
td.TdClassName
{
border-color: #76D079;
}
.TagClassName
{
border-color: #76D079;
}
</style>