Shades of Pastel Green #77DB6F
Tints of Pastel Green #77DB6F
RGB
CMYK
RGB Variations
Color information
#77DB6F (or 0x77DB6F) is known color: Pastel Green. HEX triplet: 77, DB and 6F. RGB value is (119,219,111). Sum of RGB (Red+Green+Blue) = 119+219+111=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB6F is #882490. Grayscale: #B1B1B1. Windows color (decimal): -8922257 or 7330679. OLE color: 7330679.
HSL color Cylindrical-coordinate representation of color #77DB6F: hue angle of 115.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77DB6F is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 111 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.14 |
| HSL | 115.56º | 0.6% | 0.65% | - |
| HSV(B) | 115.56º | 0.49% | 0.86% | - |
| XYZ | 35.81 | 55.73 | 23.91 | - |
| YUV | 176.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 111 | 0.46 | 0 | 0.49 | 0.14 | 115.56 | 0.6 | 0.65 |
| Hex | 77 | DB | 6F | 2E | 0 | 31 | E | 74 | 3C | 41 |
| Octal | 167 | 333 | 157 | 56 | 0 | 61 | 16 | 164 | 74 | 101 |
| Binary | 1110111 | 11011011 | 1101111 | 101110 | 0 | 110001 | 1110 | 1110100 | 111100 | 1000001 |
Color Harmonies of #77DB6F
Complementary color
Monochromatic Colors of #77DB6F
Black with #77DB6F
Text Example
Text Example
White with #77DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB6F; }
p { color: rgb(119,219,111); }
H1.HeaderClassName
{
color: #77DB6F;
}
.AnyTagClassName
{
color: #77DB6F;
}
</style>
background-color css
<style>
a { background-color: #77DB6F; }
a { background-color: rgb(119,219,111); }
div.DivClassName
{
background-color: #77DB6F;
}
.BgClassName
{
background-color: #77DB6F;
}
</style>
border-color css
<style>
span { border-color: #77DB6F; }
span { border-color: rgb(119,219,111); }
td.TdClassName
{
border-color: #77DB6F;
}
.TagClassName
{
border-color: #77DB6F;
}
</style>