Shades of Pastel Green #76E068
Tints of Pastel Green #76E068
RGB
CMYK
RGB Variations
Color information
#76E068 (or 0x76E068) is known color: Pastel Green. HEX triplet: 76, E0 and 68. RGB value is (118,224,104). Sum of RGB (Red+Green+Blue) = 118+224+104=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #76E068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E068 is #891F97. Grayscale: #B3B3B3. Windows color (decimal): -8986520 or 6873206. OLE color: 6873206.
HSL color Cylindrical-coordinate representation of color #76E068: hue angle of 113º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76E068 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 104 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.12 |
| HSL | 113º | 0.66% | 0.64% | - |
| HSV(B) | 113º | 0.54% | 0.88% | - |
| XYZ | 36.63 | 58.16 | 22.39 | - |
| YUV | 178.63 | 85.88 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 104 | 0.47 | 0 | 0.54 | 0.12 | 113 | 0.66 | 0.64 |
| Hex | 76 | E0 | 68 | 2F | 0 | 36 | C | 71 | 42 | 40 |
| Octal | 166 | 340 | 150 | 57 | 0 | 66 | 14 | 161 | 102 | 100 |
| Binary | 1110110 | 11100000 | 1101000 | 101111 | 0 | 110110 | 1100 | 1110001 | 1000010 | 1000000 |
Color Harmonies of #76E068
Complementary color
Monochromatic Colors of #76E068
Black with #76E068
Text Example
Text Example
White with #76E068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E068; }
p { color: rgb(118,224,104); }
H1.HeaderClassName
{
color: #76E068;
}
.AnyTagClassName
{
color: #76E068;
}
</style>
background-color css
<style>
a { background-color: #76E068; }
a { background-color: rgb(118,224,104); }
div.DivClassName
{
background-color: #76E068;
}
.BgClassName
{
background-color: #76E068;
}
</style>
border-color css
<style>
span { border-color: #76E068; }
span { border-color: rgb(118,224,104); }
td.TdClassName
{
border-color: #76E068;
}
.TagClassName
{
border-color: #76E068;
}
</style>