Shades of Pastel Green #76DA68
Tints of Pastel Green #76DA68
RGB
CMYK
RGB Variations
Color information
#76DA68 (or 0x76DA68) is known color: Pastel Green. HEX triplet: 76, DA and 68. RGB value is (118,218,104). Sum of RGB (Red+Green+Blue) = 118+218+104=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DA68 is #892597. Grayscale: #AFAFAF. Windows color (decimal): -8988056 or 6871670. OLE color: 6871670.
HSL color Cylindrical-coordinate representation of color #76DA68: hue angle of 112.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DA68 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 104 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.15 |
| HSL | 112.63º | 0.61% | 0.63% | - |
| HSV(B) | 112.63º | 0.52% | 0.85% | - |
| XYZ | 35.04 | 54.99 | 21.86 | - |
| YUV | 175.1 | 87.87 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 104 | 0.46 | 0 | 0.52 | 0.15 | 112.63 | 0.61 | 0.63 |
| Hex | 76 | DA | 68 | 2E | 0 | 34 | F | 71 | 3D | 3F |
| Octal | 166 | 332 | 150 | 56 | 0 | 64 | 17 | 161 | 75 | 77 |
| Binary | 1110110 | 11011010 | 1101000 | 101110 | 0 | 110100 | 1111 | 1110001 | 111101 | 111111 |
Color Harmonies of #76DA68
Complementary color
Monochromatic Colors of #76DA68
Black with #76DA68
Text Example
Text Example
White with #76DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DA68; }
p { color: rgb(118,218,104); }
H1.HeaderClassName
{
color: #76DA68;
}
.AnyTagClassName
{
color: #76DA68;
}
</style>
background-color css
<style>
a { background-color: #76DA68; }
a { background-color: rgb(118,218,104); }
div.DivClassName
{
background-color: #76DA68;
}
.BgClassName
{
background-color: #76DA68;
}
</style>
border-color css
<style>
span { border-color: #76DA68; }
span { border-color: rgb(118,218,104); }
td.TdClassName
{
border-color: #76DA68;
}
.TagClassName
{
border-color: #76DA68;
}
</style>