Shades of Pastel Green #68D875
Tints of Pastel Green #68D875
RGB
CMYK
RGB Variations
Color information
#68D875 (or 0x68D875) is known color: Pastel Green. HEX triplet: 68, D8 and 75. RGB value is (104,216,117). Sum of RGB (Red+Green+Blue) = 104+216+117=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #68D875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D875 is #97278A. Grayscale: #ABABAB. Windows color (decimal): -9906059 or 7723112. OLE color: 7723112.
HSL color Cylindrical-coordinate representation of color #68D875: hue angle of 126.96º degrees, saturation: 0.59, 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 #68D875 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 117 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.15 |
| HSL | 126.96º | 0.59% | 0.63% | - |
| HSV(B) | 126.96º | 0.52% | 0.85% | - |
| XYZ | 33.48 | 53.34 | 25.36 | - |
| YUV | 171.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 117 | 0.52 | 0 | 0.46 | 0.15 | 126.96 | 0.59 | 0.63 |
| Hex | 68 | D8 | 75 | 34 | 0 | 2E | F | 7F | 3B | 3F |
| Octal | 150 | 330 | 165 | 64 | 0 | 56 | 17 | 177 | 73 | 77 |
| Binary | 1101000 | 11011000 | 1110101 | 110100 | 0 | 101110 | 1111 | 1111111 | 111011 | 111111 |
Color Harmonies of #68D875
Complementary color
Monochromatic Colors of #68D875
Black with #68D875
Text Example
Text Example
White with #68D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D875; }
p { color: rgb(104,216,117); }
H1.HeaderClassName
{
color: #68D875;
}
.AnyTagClassName
{
color: #68D875;
}
</style>
background-color css
<style>
a { background-color: #68D875; }
a { background-color: rgb(104,216,117); }
div.DivClassName
{
background-color: #68D875;
}
.BgClassName
{
background-color: #68D875;
}
</style>
border-color css
<style>
span { border-color: #68D875; }
span { border-color: rgb(104,216,117); }
td.TdClassName
{
border-color: #68D875;
}
.TagClassName
{
border-color: #68D875;
}
</style>