Shades of Pastel Green #7AD769
Tints of Pastel Green #7AD769
RGB
CMYK
RGB Variations
Color information
#7AD769 (or 0x7AD769) is known color: Pastel Green. HEX triplet: 7A, D7 and 69. RGB value is (122,215,105). Sum of RGB (Red+Green+Blue) = 122+215+105=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD769 is #852896. Grayscale: #AFAFAF. Windows color (decimal): -8726679 or 6936442. OLE color: 6936442.
HSL color Cylindrical-coordinate representation of color #7AD769: hue angle of 110.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD769 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 105 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.16 |
| HSL | 110.73º | 0.58% | 0.63% | - |
| HSV(B) | 110.73º | 0.51% | 0.84% | - |
| XYZ | 34.88 | 53.76 | 21.9 | - |
| YUV | 174.65 | 88.69 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 105 | 0.43 | 0 | 0.51 | 0.16 | 110.73 | 0.58 | 0.63 |
| Hex | 7A | D7 | 69 | 2B | 0 | 33 | 10 | 6F | 3A | 3F |
| Octal | 172 | 327 | 151 | 53 | 0 | 63 | 20 | 157 | 72 | 77 |
| Binary | 1111010 | 11010111 | 1101001 | 101011 | 0 | 110011 | 10000 | 1101111 | 111010 | 111111 |
Color Harmonies of #7AD769
Complementary color
Monochromatic Colors of #7AD769
Black with #7AD769
Text Example
Text Example
White with #7AD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD769; }
p { color: rgb(122,215,105); }
H1.HeaderClassName
{
color: #7AD769;
}
.AnyTagClassName
{
color: #7AD769;
}
</style>
background-color css
<style>
a { background-color: #7AD769; }
a { background-color: rgb(122,215,105); }
div.DivClassName
{
background-color: #7AD769;
}
.BgClassName
{
background-color: #7AD769;
}
</style>
border-color css
<style>
span { border-color: #7AD769; }
span { border-color: rgb(122,215,105); }
td.TdClassName
{
border-color: #7AD769;
}
.TagClassName
{
border-color: #7AD769;
}
</style>