Shades of Pastel Green #68D77B
Tints of Pastel Green #68D77B
RGB
CMYK
RGB Variations
Color information
#68D77B (or 0x68D77B) is known color: Pastel Green. HEX triplet: 68, D7 and 7B. RGB value is (104,215,123). Sum of RGB (Red+Green+Blue) = 104+215+123=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #68D77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D77B is #972884. Grayscale: #ABABAB. Windows color (decimal): -9906309 or 8116072. OLE color: 8116072.
HSL color Cylindrical-coordinate representation of color #68D77B: hue angle of 130.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D77B is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 123 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.16 |
| HSL | 130.27º | 0.58% | 0.63% | - |
| HSV(B) | 130.27º | 0.52% | 0.84% | - |
| XYZ | 33.58 | 52.97 | 27.19 | - |
| YUV | 171.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 123 | 0.52 | 0 | 0.43 | 0.16 | 130.27 | 0.58 | 0.63 |
| Hex | 68 | D7 | 7B | 34 | 0 | 2B | 10 | 82 | 3A | 3F |
| Octal | 150 | 327 | 173 | 64 | 0 | 53 | 20 | 202 | 72 | 77 |
| Binary | 1101000 | 11010111 | 1111011 | 110100 | 0 | 101011 | 10000 | 10000010 | 111010 | 111111 |
Color Harmonies of #68D77B
Complementary color
Monochromatic Colors of #68D77B
Black with #68D77B
Text Example
Text Example
White with #68D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D77B; }
p { color: rgb(104,215,123); }
H1.HeaderClassName
{
color: #68D77B;
}
.AnyTagClassName
{
color: #68D77B;
}
</style>
background-color css
<style>
a { background-color: #68D77B; }
a { background-color: rgb(104,215,123); }
div.DivClassName
{
background-color: #68D77B;
}
.BgClassName
{
background-color: #68D77B;
}
</style>
border-color css
<style>
span { border-color: #68D77B; }
span { border-color: rgb(104,215,123); }
td.TdClassName
{
border-color: #68D77B;
}
.TagClassName
{
border-color: #68D77B;
}
</style>