Shades of Pastel Green #7AD768
Tints of Pastel Green #7AD768
RGB
CMYK
RGB Variations
Color information
#7AD768 (or 0x7AD768) is known color: Pastel Green. HEX triplet: 7A, D7 and 68. RGB value is (122,215,104). Sum of RGB (Red+Green+Blue) = 122+215+104=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD768 is #852897. Grayscale: #AEAEAE. Windows color (decimal): -8726680 or 6870906. OLE color: 6870906.
HSL color Cylindrical-coordinate representation of color #7AD768: hue angle of 110.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AD768 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 104 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.16 |
| HSL | 110.27º | 0.58% | 0.63% | - |
| HSV(B) | 110.27º | 0.52% | 0.84% | - |
| XYZ | 34.83 | 53.74 | 21.63 | - |
| YUV | 174.54 | 88.19 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 104 | 0.43 | 0 | 0.52 | 0.16 | 110.27 | 0.58 | 0.63 |
| Hex | 7A | D7 | 68 | 2B | 0 | 34 | 10 | 6E | 3A | 3F |
| Octal | 172 | 327 | 150 | 53 | 0 | 64 | 20 | 156 | 72 | 77 |
| Binary | 1111010 | 11010111 | 1101000 | 101011 | 0 | 110100 | 10000 | 1101110 | 111010 | 111111 |
Color Harmonies of #7AD768
Complementary color
Monochromatic Colors of #7AD768
Black with #7AD768
Text Example
Text Example
White with #7AD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD768; }
p { color: rgb(122,215,104); }
H1.HeaderClassName
{
color: #7AD768;
}
.AnyTagClassName
{
color: #7AD768;
}
</style>
background-color css
<style>
a { background-color: #7AD768; }
a { background-color: rgb(122,215,104); }
div.DivClassName
{
background-color: #7AD768;
}
.BgClassName
{
background-color: #7AD768;
}
</style>
border-color css
<style>
span { border-color: #7AD768; }
span { border-color: rgb(122,215,104); }
td.TdClassName
{
border-color: #7AD768;
}
.TagClassName
{
border-color: #7AD768;
}
</style>