Shades of Pastel Green #68DA77
Tints of Pastel Green #68DA77
RGB
CMYK
RGB Variations
Color information
#68DA77 (or 0x68DA77) is known color: Pastel Green. HEX triplet: 68, DA and 77. RGB value is (104,218,119). Sum of RGB (Red+Green+Blue) = 104+218+119=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA77 is #972588. Grayscale: #ACACAC. Windows color (decimal): -9905545 or 7854696. OLE color: 7854696.
HSL color Cylindrical-coordinate representation of color #68DA77: hue angle of 127.89º degrees, saturation: 0.61, 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 #68DA77 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 119 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.15 |
| HSL | 127.89º | 0.61% | 0.63% | - |
| HSV(B) | 127.89º | 0.52% | 0.85% | - |
| XYZ | 34.11 | 54.42 | 26.16 | - |
| YUV | 172.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 119 | 0.52 | 0 | 0.45 | 0.15 | 127.89 | 0.61 | 0.63 |
| Hex | 68 | DA | 77 | 34 | 0 | 2D | F | 80 | 3D | 3F |
| Octal | 150 | 332 | 167 | 64 | 0 | 55 | 17 | 200 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1110111 | 110100 | 0 | 101101 | 1111 | 10000000 | 111101 | 111111 |
Color Harmonies of #68DA77
Complementary color
Monochromatic Colors of #68DA77
Black with #68DA77
Text Example
Text Example
White with #68DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA77; }
p { color: rgb(104,218,119); }
H1.HeaderClassName
{
color: #68DA77;
}
.AnyTagClassName
{
color: #68DA77;
}
</style>
background-color css
<style>
a { background-color: #68DA77; }
a { background-color: rgb(104,218,119); }
div.DivClassName
{
background-color: #68DA77;
}
.BgClassName
{
background-color: #68DA77;
}
</style>
border-color css
<style>
span { border-color: #68DA77; }
span { border-color: rgb(104,218,119); }
td.TdClassName
{
border-color: #68DA77;
}
.TagClassName
{
border-color: #68DA77;
}
</style>