Shades of Pastel Green #76D685
Tints of Pastel Green #76D685
RGB
CMYK
RGB Variations
Color information
#76D685 (or 0x76D685) is known color: Pastel Green. HEX triplet: 76, D6 and 85. RGB value is (118,214,133). Sum of RGB (Red+Green+Blue) = 118+214+133=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #76D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D685 is #89297A. Grayscale: #B0B0B0. Windows color (decimal): -8989051 or 8771190. OLE color: 8771190.
HSL color Cylindrical-coordinate representation of color #76D685: hue angle of 129.38º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D685 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 133 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.16 |
| HSL | 129.38º | 0.54% | 0.65% | - |
| HSV(B) | 129.38º | 0.45% | 0.84% | - |
| XYZ | 35.75 | 53.64 | 30.66 | - |
| YUV | 176.06 | 103.7 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 133 | 0.45 | 0 | 0.38 | 0.16 | 129.38 | 0.54 | 0.65 |
| Hex | 76 | D6 | 85 | 2D | 0 | 26 | 10 | 81 | 36 | 41 |
| Octal | 166 | 326 | 205 | 55 | 0 | 46 | 20 | 201 | 66 | 101 |
| Binary | 1110110 | 11010110 | 10000101 | 101101 | 0 | 100110 | 10000 | 10000001 | 110110 | 1000001 |
Color Harmonies of #76D685
Complementary color
Monochromatic Colors of #76D685
Black with #76D685
Text Example
Text Example
White with #76D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D685; }
p { color: rgb(118,214,133); }
H1.HeaderClassName
{
color: #76D685;
}
.AnyTagClassName
{
color: #76D685;
}
</style>
background-color css
<style>
a { background-color: #76D685; }
a { background-color: rgb(118,214,133); }
div.DivClassName
{
background-color: #76D685;
}
.BgClassName
{
background-color: #76D685;
}
</style>
border-color css
<style>
span { border-color: #76D685; }
span { border-color: rgb(118,214,133); }
td.TdClassName
{
border-color: #76D685;
}
.TagClassName
{
border-color: #76D685;
}
</style>