Shades of Pastel Green #76CA7A
Tints of Pastel Green #76CA7A
RGB
CMYK
RGB Variations
Color information
#76CA7A (or 0x76CA7A) is known color: Pastel Green. HEX triplet: 76, CA and 7A. RGB value is (118,202,122). Sum of RGB (Red+Green+Blue) = 118+202+122=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA7A is #893585. Grayscale: #A7A7A7. Windows color (decimal): -8992134 or 8047222. OLE color: 8047222.
HSL color Cylindrical-coordinate representation of color #76CA7A: hue angle of 122.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA7A is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 122 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.21 |
| HSL | 122.86º | 0.44% | 0.63% | - |
| HSV(B) | 122.86º | 0.42% | 0.79% | - |
| XYZ | 32.1 | 47.5 | 25.89 | - |
| YUV | 167.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 122 | 0.42 | 0 | 0.40 | 0.21 | 122.86 | 0.44 | 0.63 |
| Hex | 76 | CA | 7A | 2A | 0 | 28 | 15 | 7B | 2C | 3F |
| Octal | 166 | 312 | 172 | 52 | 0 | 50 | 25 | 173 | 54 | 77 |
| Binary | 1110110 | 11001010 | 1111010 | 101010 | 0 | 101000 | 10101 | 1111011 | 101100 | 111111 |
Color Harmonies of #76CA7A
Complementary color
Monochromatic Colors of #76CA7A
Black with #76CA7A
Text Example
Text Example
White with #76CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA7A; }
p { color: rgb(118,202,122); }
H1.HeaderClassName
{
color: #76CA7A;
}
.AnyTagClassName
{
color: #76CA7A;
}
</style>
background-color css
<style>
a { background-color: #76CA7A; }
a { background-color: rgb(118,202,122); }
div.DivClassName
{
background-color: #76CA7A;
}
.BgClassName
{
background-color: #76CA7A;
}
</style>
border-color css
<style>
span { border-color: #76CA7A; }
span { border-color: rgb(118,202,122); }
td.TdClassName
{
border-color: #76CA7A;
}
.TagClassName
{
border-color: #76CA7A;
}
</style>