Shades of Pastel Green #76C373
Tints of Pastel Green #76C373
RGB
CMYK
RGB Variations
Color information
#76C373 (or 0x76C373) is known color: Pastel Green. HEX triplet: 76, C3 and 73. RGB value is (118,195,115). Sum of RGB (Red+Green+Blue) = 118+195+115=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #76C373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C373 is #893C8C. Grayscale: #A3A3A3. Windows color (decimal): -8993933 or 7586678. OLE color: 7586678.
HSL color Cylindrical-coordinate representation of color #76C373: hue angle of 117.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C373 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 115 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.24 |
| HSL | 117.75º | 0.4% | 0.61% | - |
| HSV(B) | 117.75º | 0.41% | 0.76% | - |
| XYZ | 30.08 | 44.12 | 23.15 | - |
| YUV | 162.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 115 | 0.39 | 0 | 0.41 | 0.24 | 117.75 | 0.4 | 0.61 |
| Hex | 76 | C3 | 73 | 27 | 0 | 29 | 18 | 76 | 28 | 3D |
| Octal | 166 | 303 | 163 | 47 | 0 | 51 | 30 | 166 | 50 | 75 |
| Binary | 1110110 | 11000011 | 1110011 | 100111 | 0 | 101001 | 11000 | 1110110 | 101000 | 111101 |
Color Harmonies of #76C373
Complementary color
Monochromatic Colors of #76C373
Black with #76C373
Text Example
Text Example
White with #76C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C373; }
p { color: rgb(118,195,115); }
H1.HeaderClassName
{
color: #76C373;
}
.AnyTagClassName
{
color: #76C373;
}
</style>
background-color css
<style>
a { background-color: #76C373; }
a { background-color: rgb(118,195,115); }
div.DivClassName
{
background-color: #76C373;
}
.BgClassName
{
background-color: #76C373;
}
</style>
border-color css
<style>
span { border-color: #76C373; }
span { border-color: rgb(118,195,115); }
td.TdClassName
{
border-color: #76C373;
}
.TagClassName
{
border-color: #76C373;
}
</style>