Shades of Pastel Green #7AD675
Tints of Pastel Green #7AD675
RGB
CMYK
RGB Variations
Color information
#7AD675 (or 0x7AD675) is known color: Pastel Green. HEX triplet: 7A, D6 and 75. RGB value is (122,214,117). Sum of RGB (Red+Green+Blue) = 122+214+117=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD675 is #85298A. Grayscale: #AFAFAF. Windows color (decimal): -8726923 or 7722618. OLE color: 7722618.
HSL color Cylindrical-coordinate representation of color #7AD675: hue angle of 116.91º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AD675 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 117 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.16 |
| HSL | 116.91º | 0.54% | 0.65% | - |
| HSV(B) | 116.91º | 0.45% | 0.84% | - |
| XYZ | 35.28 | 53.52 | 25.3 | - |
| YUV | 175.43 | 95.02 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 117 | 0.43 | 0 | 0.45 | 0.16 | 116.91 | 0.54 | 0.65 |
| Hex | 7A | D6 | 75 | 2B | 0 | 2D | 10 | 75 | 36 | 41 |
| Octal | 172 | 326 | 165 | 53 | 0 | 55 | 20 | 165 | 66 | 101 |
| Binary | 1111010 | 11010110 | 1110101 | 101011 | 0 | 101101 | 10000 | 1110101 | 110110 | 1000001 |
Color Harmonies of #7AD675
Complementary color
Monochromatic Colors of #7AD675
Black with #7AD675
Text Example
Text Example
White with #7AD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD675; }
p { color: rgb(122,214,117); }
H1.HeaderClassName
{
color: #7AD675;
}
.AnyTagClassName
{
color: #7AD675;
}
</style>
background-color css
<style>
a { background-color: #7AD675; }
a { background-color: rgb(122,214,117); }
div.DivClassName
{
background-color: #7AD675;
}
.BgClassName
{
background-color: #7AD675;
}
</style>
border-color css
<style>
span { border-color: #7AD675; }
span { border-color: rgb(122,214,117); }
td.TdClassName
{
border-color: #7AD675;
}
.TagClassName
{
border-color: #7AD675;
}
</style>