Shades of Pastel Green #76CC77
Tints of Pastel Green #76CC77
RGB
CMYK
RGB Variations
Color information
#76CC77 (or 0x76CC77) is known color: Pastel Green. HEX triplet: 76, CC and 77. RGB value is (118,204,119). Sum of RGB (Red+Green+Blue) = 118+204+119=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC77 is #893388. Grayscale: #A8A8A8. Windows color (decimal): -8991625 or 7851126. OLE color: 7851126.
HSL color Cylindrical-coordinate representation of color #76CC77: hue angle of 120.7º 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 #76CC77 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 119 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.2 |
| HSL | 120.7º | 0.46% | 0.63% | - |
| HSV(B) | 120.7º | 0.42% | 0.8% | - |
| XYZ | 32.39 | 48.37 | 25.08 | - |
| YUV | 168.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 119 | 0.42 | 0 | 0.42 | 0.2 | 120.7 | 0.46 | 0.63 |
| Hex | 76 | CC | 77 | 2A | 0 | 2A | 14 | 79 | 2E | 3F |
| Octal | 166 | 314 | 167 | 52 | 0 | 52 | 24 | 171 | 56 | 77 |
| Binary | 1110110 | 11001100 | 1110111 | 101010 | 0 | 101010 | 10100 | 1111001 | 101110 | 111111 |
Color Harmonies of #76CC77
Complementary color
Monochromatic Colors of #76CC77
Black with #76CC77
Text Example
Text Example
White with #76CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC77; }
p { color: rgb(118,204,119); }
H1.HeaderClassName
{
color: #76CC77;
}
.AnyTagClassName
{
color: #76CC77;
}
</style>
background-color css
<style>
a { background-color: #76CC77; }
a { background-color: rgb(118,204,119); }
div.DivClassName
{
background-color: #76CC77;
}
.BgClassName
{
background-color: #76CC77;
}
</style>
border-color css
<style>
span { border-color: #76CC77; }
span { border-color: rgb(118,204,119); }
td.TdClassName
{
border-color: #76CC77;
}
.TagClassName
{
border-color: #76CC77;
}
</style>