Shades of Pastel Green #68D860
Tints of Pastel Green #68D860
RGB
CMYK
RGB Variations
Color information
#68D860 (or 0x68D860) is known color: Pastel Green. HEX triplet: 68, D8 and 60. RGB value is (104,216,96). Sum of RGB (Red+Green+Blue) = 104+216+96=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #68D860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D860 is #97279F. Grayscale: #A9A9A9. Windows color (decimal): -9906080 or 6346856. OLE color: 6346856.
HSL color Cylindrical-coordinate representation of color #68D860: hue angle of 116º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D860 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 96 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.15 |
| HSL | 116º | 0.61% | 0.61% | - |
| HSV(B) | 116º | 0.56% | 0.85% | - |
| XYZ | 32.38 | 52.9 | 19.57 | - |
| YUV | 168.83 | 86.89 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 96 | 0.52 | 0 | 0.56 | 0.15 | 116 | 0.61 | 0.61 |
| Hex | 68 | D8 | 60 | 34 | 0 | 38 | F | 74 | 3D | 3D |
| Octal | 150 | 330 | 140 | 64 | 0 | 70 | 17 | 164 | 75 | 75 |
| Binary | 1101000 | 11011000 | 1100000 | 110100 | 0 | 111000 | 1111 | 1110100 | 111101 | 111101 |
Color Harmonies of #68D860
Complementary color
Monochromatic Colors of #68D860
Black with #68D860
Text Example
Text Example
White with #68D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D860; }
p { color: rgb(104,216,96); }
H1.HeaderClassName
{
color: #68D860;
}
.AnyTagClassName
{
color: #68D860;
}
</style>
background-color css
<style>
a { background-color: #68D860; }
a { background-color: rgb(104,216,96); }
div.DivClassName
{
background-color: #68D860;
}
.BgClassName
{
background-color: #68D860;
}
</style>
border-color css
<style>
span { border-color: #68D860; }
span { border-color: rgb(104,216,96); }
td.TdClassName
{
border-color: #68D860;
}
.TagClassName
{
border-color: #68D860;
}
</style>