Shades of Pastel Green #76CB70
Tints of Pastel Green #76CB70
RGB
CMYK
RGB Variations
Color information
#76CB70 (or 0x76CB70) is known color: Pastel Green. HEX triplet: 76, CB and 70. RGB value is (118,203,112). Sum of RGB (Red+Green+Blue) = 118+203+112=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB70 is #89348F. Grayscale: #A7A7A7. Windows color (decimal): -8991888 or 7392118. OLE color: 7392118.
HSL color Cylindrical-coordinate representation of color #76CB70: hue angle of 116.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CB70 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 112 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.20 |
| HSL | 116.04º | 0.47% | 0.62% | - |
| HSV(B) | 116.04º | 0.45% | 0.8% | - |
| XYZ | 31.75 | 47.73 | 22.87 | - |
| YUV | 167.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 112 | 0.42 | 0 | 0.45 | 0.20 | 116.04 | 0.47 | 0.62 |
| Hex | 76 | CB | 70 | 2A | 0 | 2D | 14 | 74 | 2F | 3E |
| Octal | 166 | 313 | 160 | 52 | 0 | 55 | 24 | 164 | 57 | 76 |
| Binary | 1110110 | 11001011 | 1110000 | 101010 | 0 | 101101 | 10100 | 1110100 | 101111 | 111110 |
Color Harmonies of #76CB70
Complementary color
Monochromatic Colors of #76CB70
Black with #76CB70
Text Example
Text Example
White with #76CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB70; }
p { color: rgb(118,203,112); }
H1.HeaderClassName
{
color: #76CB70;
}
.AnyTagClassName
{
color: #76CB70;
}
</style>
background-color css
<style>
a { background-color: #76CB70; }
a { background-color: rgb(118,203,112); }
div.DivClassName
{
background-color: #76CB70;
}
.BgClassName
{
background-color: #76CB70;
}
</style>
border-color css
<style>
span { border-color: #76CB70; }
span { border-color: rgb(118,203,112); }
td.TdClassName
{
border-color: #76CB70;
}
.TagClassName
{
border-color: #76CB70;
}
</style>