Shades of Pastel Green #68D76B
Tints of Pastel Green #68D76B
RGB
CMYK
RGB Variations
Color information
#68D76B (or 0x68D76B) is known color: Pastel Green. HEX triplet: 68, D7 and 6B. RGB value is (104,215,107). Sum of RGB (Red+Green+Blue) = 104+215+107=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #68D76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D76B is #972894. Grayscale: #A9A9A9. Windows color (decimal): -9906325 or 7067496. OLE color: 7067496.
HSL color Cylindrical-coordinate representation of color #68D76B: hue angle of 121.62º 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 #68D76B is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 107 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.16 |
| HSL | 121.62º | 0.58% | 0.63% | - |
| HSV(B) | 121.62º | 0.52% | 0.84% | - |
| XYZ | 32.66 | 52.61 | 22.34 | - |
| YUV | 169.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 107 | 0.52 | 0 | 0.50 | 0.16 | 121.62 | 0.58 | 0.63 |
| Hex | 68 | D7 | 6B | 34 | 0 | 32 | 10 | 7A | 3A | 3F |
| Octal | 150 | 327 | 153 | 64 | 0 | 62 | 20 | 172 | 72 | 77 |
| Binary | 1101000 | 11010111 | 1101011 | 110100 | 0 | 110010 | 10000 | 1111010 | 111010 | 111111 |
Color Harmonies of #68D76B
Complementary color
Monochromatic Colors of #68D76B
Black with #68D76B
Text Example
Text Example
White with #68D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D76B; }
p { color: rgb(104,215,107); }
H1.HeaderClassName
{
color: #68D76B;
}
.AnyTagClassName
{
color: #68D76B;
}
</style>
background-color css
<style>
a { background-color: #68D76B; }
a { background-color: rgb(104,215,107); }
div.DivClassName
{
background-color: #68D76B;
}
.BgClassName
{
background-color: #68D76B;
}
</style>
border-color css
<style>
span { border-color: #68D76B; }
span { border-color: rgb(104,215,107); }
td.TdClassName
{
border-color: #68D76B;
}
.TagClassName
{
border-color: #68D76B;
}
</style>