Shades of Pastel Green #68DC76
Tints of Pastel Green #68DC76
RGB
CMYK
RGB Variations
Color information
#68DC76 (or 0x68DC76) is known color: Pastel Green. HEX triplet: 68, DC and 76. RGB value is (104,220,118). Sum of RGB (Red+Green+Blue) = 104+220+118=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC76 is #972389. Grayscale: #ADADAD. Windows color (decimal): -9905034 or 7789672. OLE color: 7789672.
HSL color Cylindrical-coordinate representation of color #68DC76: hue angle of 127.24º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC76 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 118 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.14 |
| HSL | 127.24º | 0.62% | 0.64% | - |
| HSV(B) | 127.24º | 0.53% | 0.86% | - |
| XYZ | 34.57 | 55.44 | 26.02 | - |
| YUV | 173.69 | 96.57 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 118 | 0.53 | 0 | 0.46 | 0.14 | 127.24 | 0.62 | 0.64 |
| Hex | 68 | DC | 76 | 35 | 0 | 2E | E | 7F | 3E | 40 |
| Octal | 150 | 334 | 166 | 65 | 0 | 56 | 16 | 177 | 76 | 100 |
| Binary | 1101000 | 11011100 | 1110110 | 110101 | 0 | 101110 | 1110 | 1111111 | 111110 | 1000000 |
Color Harmonies of #68DC76
Complementary color
Monochromatic Colors of #68DC76
Black with #68DC76
Text Example
Text Example
White with #68DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC76; }
p { color: rgb(104,220,118); }
H1.HeaderClassName
{
color: #68DC76;
}
.AnyTagClassName
{
color: #68DC76;
}
</style>
background-color css
<style>
a { background-color: #68DC76; }
a { background-color: rgb(104,220,118); }
div.DivClassName
{
background-color: #68DC76;
}
.BgClassName
{
background-color: #68DC76;
}
</style>
border-color css
<style>
span { border-color: #68DC76; }
span { border-color: rgb(104,220,118); }
td.TdClassName
{
border-color: #68DC76;
}
.TagClassName
{
border-color: #68DC76;
}
</style>