Shades of Pastel Green #68D678
Tints of Pastel Green #68D678
RGB
CMYK
RGB Variations
Color information
#68D678 (or 0x68D678) is known color: Pastel Green. HEX triplet: 68, D6 and 78. RGB value is (104,214,120). Sum of RGB (Red+Green+Blue) = 104+214+120=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #68D678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D678 is #972987. Grayscale: #AAAAAA. Windows color (decimal): -9906568 or 7919208. OLE color: 7919208.
HSL color Cylindrical-coordinate representation of color #68D678: hue angle of 128.73º 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 #68D678 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 120 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.16 |
| HSL | 128.73º | 0.57% | 0.62% | - |
| HSV(B) | 128.73º | 0.51% | 0.84% | - |
| XYZ | 33.15 | 52.39 | 26.14 | - |
| YUV | 170.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 120 | 0.51 | 0 | 0.44 | 0.16 | 128.73 | 0.57 | 0.62 |
| Hex | 68 | D6 | 78 | 33 | 0 | 2C | 10 | 81 | 39 | 3E |
| Octal | 150 | 326 | 170 | 63 | 0 | 54 | 20 | 201 | 71 | 76 |
| Binary | 1101000 | 11010110 | 1111000 | 110011 | 0 | 101100 | 10000 | 10000001 | 111001 | 111110 |
Color Harmonies of #68D678
Complementary color
Monochromatic Colors of #68D678
Black with #68D678
Text Example
Text Example
White with #68D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D678; }
p { color: rgb(104,214,120); }
H1.HeaderClassName
{
color: #68D678;
}
.AnyTagClassName
{
color: #68D678;
}
</style>
background-color css
<style>
a { background-color: #68D678; }
a { background-color: rgb(104,214,120); }
div.DivClassName
{
background-color: #68D678;
}
.BgClassName
{
background-color: #68D678;
}
</style>
border-color css
<style>
span { border-color: #68D678; }
span { border-color: rgb(104,214,120); }
td.TdClassName
{
border-color: #68D678;
}
.TagClassName
{
border-color: #68D678;
}
</style>