Shades of Fern #73C070
Tints of Fern #73C070
RGB
CMYK
RGB Variations
Color information
#73C070 (or 0x73C070) is known color: Fern. HEX triplet: 73, C0 and 70. RGB value is (115,192,112). Sum of RGB (Red+Green+Blue) = 115+192+112=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #73C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C070 is #8C3F8F. Grayscale: #A0A0A0. Windows color (decimal): -9191312 or 7389299. OLE color: 7389299.
HSL color Cylindrical-coordinate representation of color #73C070: hue angle of 117.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C070 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 112 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.25 |
| HSL | 117.75º | 0.39% | 0.6% | - |
| HSV(B) | 117.75º | 0.42% | 0.75% | - |
| XYZ | 28.84 | 42.51 | 22.01 | - |
| YUV | 159.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 112 | 0.40 | 0 | 0.42 | 0.25 | 117.75 | 0.39 | 0.6 |
| Hex | 73 | C0 | 70 | 28 | 0 | 2A | 19 | 76 | 27 | 3C |
| Octal | 163 | 300 | 160 | 50 | 0 | 52 | 31 | 166 | 47 | 74 |
| Binary | 1110011 | 11000000 | 1110000 | 101000 | 0 | 101010 | 11001 | 1110110 | 100111 | 111100 |
Color Harmonies of #73C070
Complementary color
Monochromatic Colors of #73C070
Black with #73C070
Text Example
Text Example
White with #73C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C070; }
p { color: rgb(115,192,112); }
H1.HeaderClassName
{
color: #73C070;
}
.AnyTagClassName
{
color: #73C070;
}
</style>
background-color css
<style>
a { background-color: #73C070; }
a { background-color: rgb(115,192,112); }
div.DivClassName
{
background-color: #73C070;
}
.BgClassName
{
background-color: #73C070;
}
</style>
border-color css
<style>
span { border-color: #73C070; }
span { border-color: rgb(115,192,112); }
td.TdClassName
{
border-color: #73C070;
}
.TagClassName
{
border-color: #73C070;
}
</style>