Shades of Pastel Green #7BD682
Tints of Pastel Green #7BD682
RGB
CMYK
RGB Variations
Color information
#7BD682 (or 0x7BD682) is known color: Pastel Green. HEX triplet: 7B, D6 and 82. RGB value is (123,214,130). Sum of RGB (Red+Green+Blue) = 123+214+130=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD682 is #84297D. Grayscale: #B1B1B1. Windows color (decimal): -8661374 or 8574587. OLE color: 8574587.
HSL color Cylindrical-coordinate representation of color #7BD682: hue angle of 124.62º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD682 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 214 | 130 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.16 |
| HSL | 124.62º | 0.53% | 0.66% | - |
| HSV(B) | 124.62º | 0.43% | 0.84% | - |
| XYZ | 36.24 | 53.92 | 29.62 | - |
| YUV | 177.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 214 | 130 | 0.43 | 0 | 0.39 | 0.16 | 124.62 | 0.53 | 0.66 |
| Hex | 7B | D6 | 82 | 2B | 0 | 27 | 10 | 7D | 35 | 42 |
| Octal | 173 | 326 | 202 | 53 | 0 | 47 | 20 | 175 | 65 | 102 |
| Binary | 1111011 | 11010110 | 10000010 | 101011 | 0 | 100111 | 10000 | 1111101 | 110101 | 1000010 |
Color Harmonies of #7BD682
Complementary color
Monochromatic Colors of #7BD682
Black with #7BD682
Text Example
Text Example
White with #7BD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD682; }
p { color: rgb(123,214,130); }
H1.HeaderClassName
{
color: #7BD682;
}
.AnyTagClassName
{
color: #7BD682;
}
</style>
background-color css
<style>
a { background-color: #7BD682; }
a { background-color: rgb(123,214,130); }
div.DivClassName
{
background-color: #7BD682;
}
.BgClassName
{
background-color: #7BD682;
}
</style>
border-color css
<style>
span { border-color: #7BD682; }
span { border-color: rgb(123,214,130); }
td.TdClassName
{
border-color: #7BD682;
}
.TagClassName
{
border-color: #7BD682;
}
</style>