Shades of Pastel Green #68D075
Tints of Pastel Green #68D075
RGB
CMYK
RGB Variations
Color information
#68D075 (or 0x68D075) is known color: Pastel Green. HEX triplet: 68, D0 and 75. RGB value is (104,208,117). Sum of RGB (Red+Green+Blue) = 104+208+117=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #68D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D075 is #972F8A. Grayscale: #A6A6A6. Windows color (decimal): -9908107 or 7721064. OLE color: 7721064.
HSL color Cylindrical-coordinate representation of color #68D075: hue angle of 127.5º 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 #68D075 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 117 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.18 |
| HSL | 127.5º | 0.53% | 0.61% | - |
| HSV(B) | 127.5º | 0.5% | 0.82% | - |
| XYZ | 31.48 | 49.34 | 24.69 | - |
| YUV | 166.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 117 | 0.5 | 0 | 0.44 | 0.18 | 127.5 | 0.53 | 0.61 |
| Hex | 68 | D0 | 75 | 32 | 0 | 2C | 12 | 80 | 35 | 3D |
| Octal | 150 | 320 | 165 | 62 | 0 | 54 | 22 | 200 | 65 | 75 |
| Binary | 1101000 | 11010000 | 1110101 | 110010 | 0 | 101100 | 10010 | 10000000 | 110101 | 111101 |
Color Harmonies of #68D075
Complementary color
Monochromatic Colors of #68D075
Black with #68D075
Text Example
Text Example
White with #68D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D075; }
p { color: rgb(104,208,117); }
H1.HeaderClassName
{
color: #68D075;
}
.AnyTagClassName
{
color: #68D075;
}
</style>
background-color css
<style>
a { background-color: #68D075; }
a { background-color: rgb(104,208,117); }
div.DivClassName
{
background-color: #68D075;
}
.BgClassName
{
background-color: #68D075;
}
</style>
border-color css
<style>
span { border-color: #68D075; }
span { border-color: rgb(104,208,117); }
td.TdClassName
{
border-color: #68D075;
}
.TagClassName
{
border-color: #68D075;
}
</style>