Shades of Pastel Green #73C76A
Tints of Pastel Green #73C76A
RGB
CMYK
RGB Variations
Color information
#73C76A (or 0x73C76A) is known color: Pastel Green. HEX triplet: 73, C7 and 6A. RGB value is (115,199,106). Sum of RGB (Red+Green+Blue) = 115+199+106=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #73C76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C76A is #8C3895. Grayscale: #A3A3A3. Windows color (decimal): -9189526 or 6997875. OLE color: 6997875.
HSL color Cylindrical-coordinate representation of color #73C76A: hue angle of 114.19º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73C76A is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 106 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.22 |
| HSL | 114.19º | 0.45% | 0.6% | - |
| HSV(B) | 114.19º | 0.47% | 0.78% | - |
| XYZ | 30.1 | 45.53 | 20.84 | - |
| YUV | 163.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 106 | 0.42 | 0 | 0.47 | 0.22 | 114.19 | 0.45 | 0.6 |
| Hex | 73 | C7 | 6A | 2A | 0 | 2F | 16 | 72 | 2D | 3C |
| Octal | 163 | 307 | 152 | 52 | 0 | 57 | 26 | 162 | 55 | 74 |
| Binary | 1110011 | 11000111 | 1101010 | 101010 | 0 | 101111 | 10110 | 1110010 | 101101 | 111100 |
Color Harmonies of #73C76A
Complementary color
Monochromatic Colors of #73C76A
Black with #73C76A
Text Example
Text Example
White with #73C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C76A; }
p { color: rgb(115,199,106); }
H1.HeaderClassName
{
color: #73C76A;
}
.AnyTagClassName
{
color: #73C76A;
}
</style>
background-color css
<style>
a { background-color: #73C76A; }
a { background-color: rgb(115,199,106); }
div.DivClassName
{
background-color: #73C76A;
}
.BgClassName
{
background-color: #73C76A;
}
</style>
border-color css
<style>
span { border-color: #73C76A; }
span { border-color: rgb(115,199,106); }
td.TdClassName
{
border-color: #73C76A;
}
.TagClassName
{
border-color: #73C76A;
}
</style>