Shades of Pastel Green #76D668
Tints of Pastel Green #76D668
RGB
CMYK
RGB Variations
Color information
#76D668 (or 0x76D668) is known color: Pastel Green. HEX triplet: 76, D6 and 68. RGB value is (118,214,104). Sum of RGB (Red+Green+Blue) = 118+214+104=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #76D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D668 is #892997. Grayscale: #ADADAD. Windows color (decimal): -8989080 or 6870646. OLE color: 6870646.
HSL color Cylindrical-coordinate representation of color #76D668: hue angle of 112.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D668 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 104 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.16 |
| HSL | 112.36º | 0.57% | 0.62% | - |
| HSV(B) | 112.36º | 0.51% | 0.84% | - |
| XYZ | 34.02 | 52.94 | 21.52 | - |
| YUV | 172.76 | 89.2 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 104 | 0.45 | 0 | 0.51 | 0.16 | 112.36 | 0.57 | 0.62 |
| Hex | 76 | D6 | 68 | 2D | 0 | 33 | 10 | 70 | 39 | 3E |
| Octal | 166 | 326 | 150 | 55 | 0 | 63 | 20 | 160 | 71 | 76 |
| Binary | 1110110 | 11010110 | 1101000 | 101101 | 0 | 110011 | 10000 | 1110000 | 111001 | 111110 |
Color Harmonies of #76D668
Complementary color
Monochromatic Colors of #76D668
Black with #76D668
Text Example
Text Example
White with #76D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D668; }
p { color: rgb(118,214,104); }
H1.HeaderClassName
{
color: #76D668;
}
.AnyTagClassName
{
color: #76D668;
}
</style>
background-color css
<style>
a { background-color: #76D668; }
a { background-color: rgb(118,214,104); }
div.DivClassName
{
background-color: #76D668;
}
.BgClassName
{
background-color: #76D668;
}
</style>
border-color css
<style>
span { border-color: #76D668; }
span { border-color: rgb(118,214,104); }
td.TdClassName
{
border-color: #76D668;
}
.TagClassName
{
border-color: #76D668;
}
</style>