Shades of Pastel Green #77CC76
Tints of Pastel Green #77CC76
RGB
CMYK
RGB Variations
Color information
#77CC76 (or 0x77CC76) is known color: Pastel Green. HEX triplet: 77, CC and 76. RGB value is (119,204,118). Sum of RGB (Red+Green+Blue) = 119+204+118=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC76 is #883389. Grayscale: #A9A9A9. Windows color (decimal): -8926090 or 7785591. OLE color: 7785591.
HSL color Cylindrical-coordinate representation of color #77CC76: hue angle of 119.3º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CC76 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 118 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.2 |
| HSL | 119.3º | 0.46% | 0.63% | - |
| HSV(B) | 119.3º | 0.42% | 0.8% | - |
| XYZ | 32.47 | 48.42 | 24.77 | - |
| YUV | 168.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 118 | 0.42 | 0 | 0.42 | 0.2 | 119.3 | 0.46 | 0.63 |
| Hex | 77 | CC | 76 | 2A | 0 | 2A | 14 | 77 | 2E | 3F |
| Octal | 167 | 314 | 166 | 52 | 0 | 52 | 24 | 167 | 56 | 77 |
| Binary | 1110111 | 11001100 | 1110110 | 101010 | 0 | 101010 | 10100 | 1110111 | 101110 | 111111 |
Color Harmonies of #77CC76
Complementary color
Monochromatic Colors of #77CC76
Black with #77CC76
Text Example
Text Example
White with #77CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC76; }
p { color: rgb(119,204,118); }
H1.HeaderClassName
{
color: #77CC76;
}
.AnyTagClassName
{
color: #77CC76;
}
</style>
background-color css
<style>
a { background-color: #77CC76; }
a { background-color: rgb(119,204,118); }
div.DivClassName
{
background-color: #77CC76;
}
.BgClassName
{
background-color: #77CC76;
}
</style>
border-color css
<style>
span { border-color: #77CC76; }
span { border-color: rgb(119,204,118); }
td.TdClassName
{
border-color: #77CC76;
}
.TagClassName
{
border-color: #77CC76;
}
</style>