Shades of Pastel Green #73C670
Tints of Pastel Green #73C670
RGB
CMYK
RGB Variations
Color information
#73C670 (or 0x73C670) is known color: Pastel Green. HEX triplet: 73, C6 and 70. RGB value is (115,198,112). Sum of RGB (Red+Green+Blue) = 115+198+112=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #73C670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C670 is #8C398F. Grayscale: #A3A3A3. Windows color (decimal): -9189776 or 7390835. OLE color: 7390835.
HSL color Cylindrical-coordinate representation of color #73C670: hue angle of 117.91º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C670 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 112 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.22 |
| HSL | 117.91º | 0.43% | 0.61% | - |
| HSV(B) | 117.91º | 0.43% | 0.78% | - |
| XYZ | 30.19 | 45.2 | 22.46 | - |
| YUV | 163.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 112 | 0.42 | 0 | 0.43 | 0.22 | 117.91 | 0.43 | 0.61 |
| Hex | 73 | C6 | 70 | 2A | 0 | 2B | 16 | 76 | 2B | 3D |
| Octal | 163 | 306 | 160 | 52 | 0 | 53 | 26 | 166 | 53 | 75 |
| Binary | 1110011 | 11000110 | 1110000 | 101010 | 0 | 101011 | 10110 | 1110110 | 101011 | 111101 |
Color Harmonies of #73C670
Complementary color
Monochromatic Colors of #73C670
Black with #73C670
Text Example
Text Example
White with #73C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C670; }
p { color: rgb(115,198,112); }
H1.HeaderClassName
{
color: #73C670;
}
.AnyTagClassName
{
color: #73C670;
}
</style>
background-color css
<style>
a { background-color: #73C670; }
a { background-color: rgb(115,198,112); }
div.DivClassName
{
background-color: #73C670;
}
.BgClassName
{
background-color: #73C670;
}
</style>
border-color css
<style>
span { border-color: #73C670; }
span { border-color: rgb(115,198,112); }
td.TdClassName
{
border-color: #73C670;
}
.TagClassName
{
border-color: #73C670;
}
</style>