Shades of Pastel Green #7AD680
Tints of Pastel Green #7AD680
RGB
CMYK
RGB Variations
Color information
#7AD680 (or 0x7AD680) is known color: Pastel Green. HEX triplet: 7A, D6 and 80. RGB value is (122,214,128). Sum of RGB (Red+Green+Blue) = 122+214+128=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD680 is #85297F. Grayscale: #B0B0B0. Windows color (decimal): -8726912 or 8443514. OLE color: 8443514.
HSL color Cylindrical-coordinate representation of color #7AD680: hue angle of 123.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD680 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 128 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.16 |
| HSL | 123.91º | 0.53% | 0.66% | - |
| HSV(B) | 123.91º | 0.43% | 0.84% | - |
| XYZ | 35.97 | 53.79 | 28.91 | - |
| YUV | 176.69 | 100.52 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 128 | 0.43 | 0 | 0.40 | 0.16 | 123.91 | 0.53 | 0.66 |
| Hex | 7A | D6 | 80 | 2B | 0 | 28 | 10 | 7C | 35 | 42 |
| Octal | 172 | 326 | 200 | 53 | 0 | 50 | 20 | 174 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10000000 | 101011 | 0 | 101000 | 10000 | 1111100 | 110101 | 1000010 |
Color Harmonies of #7AD680
Complementary color
Monochromatic Colors of #7AD680
Black with #7AD680
Text Example
Text Example
White with #7AD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD680; }
p { color: rgb(122,214,128); }
H1.HeaderClassName
{
color: #7AD680;
}
.AnyTagClassName
{
color: #7AD680;
}
</style>
background-color css
<style>
a { background-color: #7AD680; }
a { background-color: rgb(122,214,128); }
div.DivClassName
{
background-color: #7AD680;
}
.BgClassName
{
background-color: #7AD680;
}
</style>
border-color css
<style>
span { border-color: #7AD680; }
span { border-color: rgb(122,214,128); }
td.TdClassName
{
border-color: #7AD680;
}
.TagClassName
{
border-color: #7AD680;
}
</style>