Shades of Pastel Green #7AD76C
Tints of Pastel Green #7AD76C
RGB
CMYK
RGB Variations
Color information
#7AD76C (or 0x7AD76C) is known color: Pastel Green. HEX triplet: 7A, D7 and 6C. RGB value is (122,215,108). Sum of RGB (Red+Green+Blue) = 122+215+108=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD76C is #852893. Grayscale: #AFAFAF. Windows color (decimal): -8726676 or 7133050. OLE color: 7133050.
HSL color Cylindrical-coordinate representation of color #7AD76C: hue angle of 112.15º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AD76C is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 108 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.16 |
| HSL | 112.15º | 0.57% | 0.63% | - |
| HSV(B) | 112.15º | 0.5% | 0.84% | - |
| XYZ | 35.03 | 53.82 | 22.73 | - |
| YUV | 175 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 108 | 0.43 | 0 | 0.50 | 0.16 | 112.15 | 0.57 | 0.63 |
| Hex | 7A | D7 | 6C | 2B | 0 | 32 | 10 | 70 | 39 | 3F |
| Octal | 172 | 327 | 154 | 53 | 0 | 62 | 20 | 160 | 71 | 77 |
| Binary | 1111010 | 11010111 | 1101100 | 101011 | 0 | 110010 | 10000 | 1110000 | 111001 | 111111 |
Color Harmonies of #7AD76C
Complementary color
Monochromatic Colors of #7AD76C
Black with #7AD76C
Text Example
Text Example
White with #7AD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD76C; }
p { color: rgb(122,215,108); }
H1.HeaderClassName
{
color: #7AD76C;
}
.AnyTagClassName
{
color: #7AD76C;
}
</style>
background-color css
<style>
a { background-color: #7AD76C; }
a { background-color: rgb(122,215,108); }
div.DivClassName
{
background-color: #7AD76C;
}
.BgClassName
{
background-color: #7AD76C;
}
</style>
border-color css
<style>
span { border-color: #7AD76C; }
span { border-color: rgb(122,215,108); }
td.TdClassName
{
border-color: #7AD76C;
}
.TagClassName
{
border-color: #7AD76C;
}
</style>