Shades of Pastel Green #7AD076
Tints of Pastel Green #7AD076
RGB
CMYK
RGB Variations
Color information
#7AD076 (or 0x7AD076) is known color: Pastel Green. HEX triplet: 7A, D0 and 76. RGB value is (122,208,118). Sum of RGB (Red+Green+Blue) = 122+208+118=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD076 is #852F89. Grayscale: #ACACAC. Windows color (decimal): -8728458 or 7786618. OLE color: 7786618.
HSL color Cylindrical-coordinate representation of color #7AD076: hue angle of 117.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD076 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 118 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.18 |
| HSL | 117.33º | 0.49% | 0.64% | - |
| HSV(B) | 117.33º | 0.43% | 0.82% | - |
| XYZ | 33.85 | 50.56 | 25.11 | - |
| YUV | 172.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 118 | 0.41 | 0 | 0.43 | 0.18 | 117.33 | 0.49 | 0.64 |
| Hex | 7A | D0 | 76 | 29 | 0 | 2B | 12 | 75 | 31 | 40 |
| Octal | 172 | 320 | 166 | 51 | 0 | 53 | 22 | 165 | 61 | 100 |
| Binary | 1111010 | 11010000 | 1110110 | 101001 | 0 | 101011 | 10010 | 1110101 | 110001 | 1000000 |
Color Harmonies of #7AD076
Complementary color
Monochromatic Colors of #7AD076
Black with #7AD076
Text Example
Text Example
White with #7AD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD076; }
p { color: rgb(122,208,118); }
H1.HeaderClassName
{
color: #7AD076;
}
.AnyTagClassName
{
color: #7AD076;
}
</style>
background-color css
<style>
a { background-color: #7AD076; }
a { background-color: rgb(122,208,118); }
div.DivClassName
{
background-color: #7AD076;
}
.BgClassName
{
background-color: #7AD076;
}
</style>
border-color css
<style>
span { border-color: #7AD076; }
span { border-color: rgb(122,208,118); }
td.TdClassName
{
border-color: #7AD076;
}
.TagClassName
{
border-color: #7AD076;
}
</style>