Shades of Pastel Green #76D869
Tints of Pastel Green #76D869
RGB
CMYK
RGB Variations
Color information
#76D869 (or 0x76D869) is known color: Pastel Green. HEX triplet: 76, D8 and 69. RGB value is (118,216,105). Sum of RGB (Red+Green+Blue) = 118+216+105=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #76D869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D869 is #892796. Grayscale: #AEAEAE. Windows color (decimal): -8988567 or 6936694. OLE color: 6936694.
HSL color Cylindrical-coordinate representation of color #76D869: hue angle of 112.97º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D869 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 105 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.15 |
| HSL | 112.97º | 0.59% | 0.63% | - |
| HSV(B) | 112.97º | 0.51% | 0.85% | - |
| XYZ | 34.58 | 53.98 | 21.96 | - |
| YUV | 174.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 105 | 0.45 | 0 | 0.51 | 0.15 | 112.97 | 0.59 | 0.63 |
| Hex | 76 | D8 | 69 | 2D | 0 | 33 | F | 71 | 3B | 3F |
| Octal | 166 | 330 | 151 | 55 | 0 | 63 | 17 | 161 | 73 | 77 |
| Binary | 1110110 | 11011000 | 1101001 | 101101 | 0 | 110011 | 1111 | 1110001 | 111011 | 111111 |
Color Harmonies of #76D869
Complementary color
Monochromatic Colors of #76D869
Black with #76D869
Text Example
Text Example
White with #76D869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D869; }
p { color: rgb(118,216,105); }
H1.HeaderClassName
{
color: #76D869;
}
.AnyTagClassName
{
color: #76D869;
}
</style>
background-color css
<style>
a { background-color: #76D869; }
a { background-color: rgb(118,216,105); }
div.DivClassName
{
background-color: #76D869;
}
.BgClassName
{
background-color: #76D869;
}
</style>
border-color css
<style>
span { border-color: #76D869; }
span { border-color: rgb(118,216,105); }
td.TdClassName
{
border-color: #76D869;
}
.TagClassName
{
border-color: #76D869;
}
</style>