Shades of Fern #73C07A
Tints of Fern #73C07A
RGB
CMYK
RGB Variations
Color information
#73C07A (or 0x73C07A) is known color: Fern. HEX triplet: 73, C0 and 7A. RGB value is (115,192,122). Sum of RGB (Red+Green+Blue) = 115+192+122=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #73C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C07A is #8C3F85. Grayscale: #A1A1A1. Windows color (decimal): -9191302 or 8044659. OLE color: 8044659.
HSL color Cylindrical-coordinate representation of color #73C07A: hue angle of 125.45º 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 #73C07A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 122 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.25 |
| HSL | 125.45º | 0.38% | 0.6% | - |
| HSV(B) | 125.45º | 0.4% | 0.75% | - |
| XYZ | 29.43 | 42.75 | 25.11 | - |
| YUV | 161 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 122 | 0.40 | 0 | 0.36 | 0.25 | 125.45 | 0.38 | 0.6 |
| Hex | 73 | C0 | 7A | 28 | 0 | 24 | 19 | 7D | 26 | 3C |
| Octal | 163 | 300 | 172 | 50 | 0 | 44 | 31 | 175 | 46 | 74 |
| Binary | 1110011 | 11000000 | 1111010 | 101000 | 0 | 100100 | 11001 | 1111101 | 100110 | 111100 |
Color Harmonies of #73C07A
Complementary color
Monochromatic Colors of #73C07A
Black with #73C07A
Text Example
Text Example
White with #73C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C07A; }
p { color: rgb(115,192,122); }
H1.HeaderClassName
{
color: #73C07A;
}
.AnyTagClassName
{
color: #73C07A;
}
</style>
background-color css
<style>
a { background-color: #73C07A; }
a { background-color: rgb(115,192,122); }
div.DivClassName
{
background-color: #73C07A;
}
.BgClassName
{
background-color: #73C07A;
}
</style>
border-color css
<style>
span { border-color: #73C07A; }
span { border-color: rgb(115,192,122); }
td.TdClassName
{
border-color: #73C07A;
}
.TagClassName
{
border-color: #73C07A;
}
</style>