Shades of Fern #73C07C
Tints of Fern #73C07C
RGB
CMYK
RGB Variations
Color information
#73C07C (or 0x73C07C) is known color: Fern. HEX triplet: 73, C0 and 7C. RGB value is (115,192,124). Sum of RGB (Red+Green+Blue) = 115+192+124=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #73C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C07C is #8C3F83. Grayscale: #A1A1A1. Windows color (decimal): -9191300 or 8175731. OLE color: 8175731.
HSL color Cylindrical-coordinate representation of color #73C07C: hue angle of 127.01º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C07C is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 124 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.25 |
| HSL | 127.01º | 0.38% | 0.6% | - |
| HSV(B) | 127.01º | 0.4% | 0.75% | - |
| XYZ | 29.56 | 42.8 | 25.77 | - |
| YUV | 161.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 124 | 0.40 | 0 | 0.35 | 0.25 | 127.01 | 0.38 | 0.6 |
| Hex | 73 | C0 | 7C | 28 | 0 | 23 | 19 | 7F | 26 | 3C |
| Octal | 163 | 300 | 174 | 50 | 0 | 43 | 31 | 177 | 46 | 74 |
| Binary | 1110011 | 11000000 | 1111100 | 101000 | 0 | 100011 | 11001 | 1111111 | 100110 | 111100 |
Color Harmonies of #73C07C
Complementary color
Monochromatic Colors of #73C07C
Black with #73C07C
Text Example
Text Example
White with #73C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C07C; }
p { color: rgb(115,192,124); }
H1.HeaderClassName
{
color: #73C07C;
}
.AnyTagClassName
{
color: #73C07C;
}
</style>
background-color css
<style>
a { background-color: #73C07C; }
a { background-color: rgb(115,192,124); }
div.DivClassName
{
background-color: #73C07C;
}
.BgClassName
{
background-color: #73C07C;
}
</style>
border-color css
<style>
span { border-color: #73C07C; }
span { border-color: rgb(115,192,124); }
td.TdClassName
{
border-color: #73C07C;
}
.TagClassName
{
border-color: #73C07C;
}
</style>