Shades of Pastel Green #68D977
Tints of Pastel Green #68D977
RGB
CMYK
RGB Variations
Color information
#68D977 (or 0x68D977) is known color: Pastel Green. HEX triplet: 68, D9 and 77. RGB value is (104,217,119). Sum of RGB (Red+Green+Blue) = 104+217+119=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #68D977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D977 is #972688. Grayscale: #ACACAC. Windows color (decimal): -9905801 or 7854440. OLE color: 7854440.
HSL color Cylindrical-coordinate representation of color #68D977: hue angle of 127.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D977 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 119 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.15 |
| HSL | 127.96º | 0.6% | 0.63% | - |
| HSV(B) | 127.96º | 0.52% | 0.85% | - |
| XYZ | 33.85 | 53.9 | 26.07 | - |
| YUV | 172.04 | 98.06 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 119 | 0.52 | 0 | 0.45 | 0.15 | 127.96 | 0.6 | 0.63 |
| Hex | 68 | D9 | 77 | 34 | 0 | 2D | F | 80 | 3C | 3F |
| Octal | 150 | 331 | 167 | 64 | 0 | 55 | 17 | 200 | 74 | 77 |
| Binary | 1101000 | 11011001 | 1110111 | 110100 | 0 | 101101 | 1111 | 10000000 | 111100 | 111111 |
Color Harmonies of #68D977
Complementary color
Monochromatic Colors of #68D977
Black with #68D977
Text Example
Text Example
White with #68D977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D977; }
p { color: rgb(104,217,119); }
H1.HeaderClassName
{
color: #68D977;
}
.AnyTagClassName
{
color: #68D977;
}
</style>
background-color css
<style>
a { background-color: #68D977; }
a { background-color: rgb(104,217,119); }
div.DivClassName
{
background-color: #68D977;
}
.BgClassName
{
background-color: #68D977;
}
</style>
border-color css
<style>
span { border-color: #68D977; }
span { border-color: rgb(104,217,119); }
td.TdClassName
{
border-color: #68D977;
}
.TagClassName
{
border-color: #68D977;
}
</style>