Shades of Pastel Green #7AD672
Tints of Pastel Green #7AD672
RGB
CMYK
RGB Variations
Color information
#7AD672 (or 0x7AD672) is known color: Pastel Green. HEX triplet: 7A, D6 and 72. RGB value is (122,214,114). Sum of RGB (Red+Green+Blue) = 122+214+114=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD672 is #85298D. Grayscale: #AFAFAF. Windows color (decimal): -8726926 or 7526010. OLE color: 7526010.
HSL color Cylindrical-coordinate representation of color #7AD672: hue angle of 115.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AD672 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 114 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.16 |
| HSL | 115.2º | 0.55% | 0.64% | - |
| HSV(B) | 115.2º | 0.47% | 0.84% | - |
| XYZ | 35.11 | 53.45 | 24.39 | - |
| YUV | 175.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 114 | 0.43 | 0 | 0.47 | 0.16 | 115.2 | 0.55 | 0.64 |
| Hex | 7A | D6 | 72 | 2B | 0 | 2F | 10 | 73 | 37 | 40 |
| Octal | 172 | 326 | 162 | 53 | 0 | 57 | 20 | 163 | 67 | 100 |
| Binary | 1111010 | 11010110 | 1110010 | 101011 | 0 | 101111 | 10000 | 1110011 | 110111 | 1000000 |
Color Harmonies of #7AD672
Complementary color
Monochromatic Colors of #7AD672
Black with #7AD672
Text Example
Text Example
White with #7AD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD672; }
p { color: rgb(122,214,114); }
H1.HeaderClassName
{
color: #7AD672;
}
.AnyTagClassName
{
color: #7AD672;
}
</style>
background-color css
<style>
a { background-color: #7AD672; }
a { background-color: rgb(122,214,114); }
div.DivClassName
{
background-color: #7AD672;
}
.BgClassName
{
background-color: #7AD672;
}
</style>
border-color css
<style>
span { border-color: #7AD672; }
span { border-color: rgb(122,214,114); }
td.TdClassName
{
border-color: #7AD672;
}
.TagClassName
{
border-color: #7AD672;
}
</style>