Shades of Pastel Green #77D075
Tints of Pastel Green #77D075
RGB
CMYK
RGB Variations
Color information
#77D075 (or 0x77D075) is known color: Pastel Green. HEX triplet: 77, D0 and 75. RGB value is (119,208,117). Sum of RGB (Red+Green+Blue) = 119+208+117=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #77D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D075 is #882F8A. Grayscale: #ABABAB. Windows color (decimal): -8925067 or 7721079. OLE color: 7721079.
HSL color Cylindrical-coordinate representation of color #77D075: hue angle of 118.68º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D075 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 117 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.18 |
| HSL | 118.68º | 0.49% | 0.64% | - |
| HSV(B) | 118.68º | 0.44% | 0.82% | - |
| XYZ | 33.37 | 50.32 | 24.78 | - |
| YUV | 171.02 | 97.51 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 117 | 0.43 | 0 | 0.44 | 0.18 | 118.68 | 0.49 | 0.64 |
| Hex | 77 | D0 | 75 | 2B | 0 | 2C | 12 | 77 | 31 | 40 |
| Octal | 167 | 320 | 165 | 53 | 0 | 54 | 22 | 167 | 61 | 100 |
| Binary | 1110111 | 11010000 | 1110101 | 101011 | 0 | 101100 | 10010 | 1110111 | 110001 | 1000000 |
Color Harmonies of #77D075
Complementary color
Monochromatic Colors of #77D075
Black with #77D075
Text Example
Text Example
White with #77D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D075; }
p { color: rgb(119,208,117); }
H1.HeaderClassName
{
color: #77D075;
}
.AnyTagClassName
{
color: #77D075;
}
</style>
background-color css
<style>
a { background-color: #77D075; }
a { background-color: rgb(119,208,117); }
div.DivClassName
{
background-color: #77D075;
}
.BgClassName
{
background-color: #77D075;
}
</style>
border-color css
<style>
span { border-color: #77D075; }
span { border-color: rgb(119,208,117); }
td.TdClassName
{
border-color: #77D075;
}
.TagClassName
{
border-color: #77D075;
}
</style>