Shades of Pastel Green #68D677
Tints of Pastel Green #68D677
RGB
CMYK
RGB Variations
Color information
#68D677 (or 0x68D677) is known color: Pastel Green. HEX triplet: 68, D6 and 77. RGB value is (104,214,119). Sum of RGB (Red+Green+Blue) = 104+214+119=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #68D677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D677 is #972988. Grayscale: #AAAAAA. Windows color (decimal): -9906569 or 7853672. OLE color: 7853672.
HSL color Cylindrical-coordinate representation of color #68D677: hue angle of 128.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D677 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 119 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.16 |
| HSL | 128.18º | 0.57% | 0.62% | - |
| HSV(B) | 128.18º | 0.51% | 0.84% | - |
| XYZ | 33.09 | 52.37 | 25.82 | - |
| YUV | 170.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 119 | 0.51 | 0 | 0.44 | 0.16 | 128.18 | 0.57 | 0.62 |
| Hex | 68 | D6 | 77 | 33 | 0 | 2C | 10 | 80 | 39 | 3E |
| Octal | 150 | 326 | 167 | 63 | 0 | 54 | 20 | 200 | 71 | 76 |
| Binary | 1101000 | 11010110 | 1110111 | 110011 | 0 | 101100 | 10000 | 10000000 | 111001 | 111110 |
Color Harmonies of #68D677
Complementary color
Monochromatic Colors of #68D677
Black with #68D677
Text Example
Text Example
White with #68D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D677; }
p { color: rgb(104,214,119); }
H1.HeaderClassName
{
color: #68D677;
}
.AnyTagClassName
{
color: #68D677;
}
</style>
background-color css
<style>
a { background-color: #68D677; }
a { background-color: rgb(104,214,119); }
div.DivClassName
{
background-color: #68D677;
}
.BgClassName
{
background-color: #68D677;
}
</style>
border-color css
<style>
span { border-color: #68D677; }
span { border-color: rgb(104,214,119); }
td.TdClassName
{
border-color: #68D677;
}
.TagClassName
{
border-color: #68D677;
}
</style>