Shades of Pastel Green #68D979
Tints of Pastel Green #68D979
RGB
CMYK
RGB Variations
Color information
#68D979 (or 0x68D979) is known color: Pastel Green. HEX triplet: 68, D9 and 79. RGB value is (104,217,121). Sum of RGB (Red+Green+Blue) = 104+217+121=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #68D979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D979 is #972686. Grayscale: #ACACAC. Windows color (decimal): -9905799 or 7985512. OLE color: 7985512.
HSL color Cylindrical-coordinate representation of color #68D979: hue angle of 129.03º 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 #68D979 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 121 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.15 |
| HSL | 129.03º | 0.6% | 0.63% | - |
| HSV(B) | 129.03º | 0.52% | 0.85% | - |
| XYZ | 33.97 | 53.95 | 26.71 | - |
| YUV | 172.27 | 99.06 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 121 | 0.52 | 0 | 0.44 | 0.15 | 129.03 | 0.6 | 0.63 |
| Hex | 68 | D9 | 79 | 34 | 0 | 2C | F | 81 | 3C | 3F |
| Octal | 150 | 331 | 171 | 64 | 0 | 54 | 17 | 201 | 74 | 77 |
| Binary | 1101000 | 11011001 | 1111001 | 110100 | 0 | 101100 | 1111 | 10000001 | 111100 | 111111 |
Color Harmonies of #68D979
Complementary color
Monochromatic Colors of #68D979
Black with #68D979
Text Example
Text Example
White with #68D979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D979; }
p { color: rgb(104,217,121); }
H1.HeaderClassName
{
color: #68D979;
}
.AnyTagClassName
{
color: #68D979;
}
</style>
background-color css
<style>
a { background-color: #68D979; }
a { background-color: rgb(104,217,121); }
div.DivClassName
{
background-color: #68D979;
}
.BgClassName
{
background-color: #68D979;
}
</style>
border-color css
<style>
span { border-color: #68D979; }
span { border-color: rgb(104,217,121); }
td.TdClassName
{
border-color: #68D979;
}
.TagClassName
{
border-color: #68D979;
}
</style>