Shades of Pastel Green #76C774
Tints of Pastel Green #76C774
RGB
CMYK
RGB Variations
Color information
#76C774 (or 0x76C774) is known color: Pastel Green. HEX triplet: 76, C7 and 74. RGB value is (118,199,116). Sum of RGB (Red+Green+Blue) = 118+199+116=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #76C774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C774 is #89388B. Grayscale: #A5A5A5. Windows color (decimal): -8992908 or 7653238. OLE color: 7653238.
HSL color Cylindrical-coordinate representation of color #76C774: hue angle of 118.55º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76C774 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 116 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.22 |
| HSL | 118.55º | 0.43% | 0.62% | - |
| HSV(B) | 118.55º | 0.42% | 0.78% | - |
| XYZ | 31.05 | 45.96 | 23.76 | - |
| YUV | 165.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 116 | 0.41 | 0 | 0.42 | 0.22 | 118.55 | 0.43 | 0.62 |
| Hex | 76 | C7 | 74 | 29 | 0 | 2A | 16 | 77 | 2B | 3E |
| Octal | 166 | 307 | 164 | 51 | 0 | 52 | 26 | 167 | 53 | 76 |
| Binary | 1110110 | 11000111 | 1110100 | 101001 | 0 | 101010 | 10110 | 1110111 | 101011 | 111110 |
Color Harmonies of #76C774
Complementary color
Monochromatic Colors of #76C774
Black with #76C774
Text Example
Text Example
White with #76C774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C774; }
p { color: rgb(118,199,116); }
H1.HeaderClassName
{
color: #76C774;
}
.AnyTagClassName
{
color: #76C774;
}
</style>
background-color css
<style>
a { background-color: #76C774; }
a { background-color: rgb(118,199,116); }
div.DivClassName
{
background-color: #76C774;
}
.BgClassName
{
background-color: #76C774;
}
</style>
border-color css
<style>
span { border-color: #76C774; }
span { border-color: rgb(118,199,116); }
td.TdClassName
{
border-color: #76C774;
}
.TagClassName
{
border-color: #76C774;
}
</style>