Shades of Pastel Green #68D06B
Tints of Pastel Green #68D06B
RGB
CMYK
RGB Variations
Color information
#68D06B (or 0x68D06B) is known color: Pastel Green. HEX triplet: 68, D0 and 6B. RGB value is (104,208,107). Sum of RGB (Red+Green+Blue) = 104+208+107=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #68D06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D06B is #972F94. Grayscale: #A5A5A5. Windows color (decimal): -9908117 or 7065704. OLE color: 7065704.
HSL color Cylindrical-coordinate representation of color #68D06B: hue angle of 121.73º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D06B is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 107 | - |
| CMYK | 0.5 | 0 | 0.49 | 0.18 |
| HSL | 121.73º | 0.53% | 0.61% | - |
| HSV(B) | 121.73º | 0.5% | 0.82% | - |
| XYZ | 30.92 | 49.12 | 21.76 | - |
| YUV | 165.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 107 | 0.5 | 0 | 0.49 | 0.18 | 121.73 | 0.53 | 0.61 |
| Hex | 68 | D0 | 6B | 32 | 0 | 31 | 12 | 7A | 35 | 3D |
| Octal | 150 | 320 | 153 | 62 | 0 | 61 | 22 | 172 | 65 | 75 |
| Binary | 1101000 | 11010000 | 1101011 | 110010 | 0 | 110001 | 10010 | 1111010 | 110101 | 111101 |
Color Harmonies of #68D06B
Complementary color
Monochromatic Colors of #68D06B
Black with #68D06B
Text Example
Text Example
White with #68D06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D06B; }
p { color: rgb(104,208,107); }
H1.HeaderClassName
{
color: #68D06B;
}
.AnyTagClassName
{
color: #68D06B;
}
</style>
background-color css
<style>
a { background-color: #68D06B; }
a { background-color: rgb(104,208,107); }
div.DivClassName
{
background-color: #68D06B;
}
.BgClassName
{
background-color: #68D06B;
}
</style>
border-color css
<style>
span { border-color: #68D06B; }
span { border-color: rgb(104,208,107); }
td.TdClassName
{
border-color: #68D06B;
}
.TagClassName
{
border-color: #68D06B;
}
</style>