Shades of Fern #73C174
Tints of Fern #73C174
RGB
CMYK
RGB Variations
Color information
#73C174 (or 0x73C174) is known color: Fern. HEX triplet: 73, C1 and 74. RGB value is (115,193,116). Sum of RGB (Red+Green+Blue) = 115+193+116=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #73C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C174 is #8C3E8B. Grayscale: #A1A1A1. Windows color (decimal): -9191052 or 7651699. OLE color: 7651699.
HSL color Cylindrical-coordinate representation of color #73C174: hue angle of 120.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C174 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 116 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.24 |
| HSL | 120.77º | 0.39% | 0.6% | - |
| HSV(B) | 120.77º | 0.4% | 0.76% | - |
| XYZ | 29.29 | 43.05 | 23.29 | - |
| YUV | 160.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 116 | 0.40 | 0 | 0.40 | 0.24 | 120.77 | 0.39 | 0.6 |
| Hex | 73 | C1 | 74 | 28 | 0 | 28 | 18 | 79 | 27 | 3C |
| Octal | 163 | 301 | 164 | 50 | 0 | 50 | 30 | 171 | 47 | 74 |
| Binary | 1110011 | 11000001 | 1110100 | 101000 | 0 | 101000 | 11000 | 1111001 | 100111 | 111100 |
Color Harmonies of #73C174
Complementary color
Monochromatic Colors of #73C174
Black with #73C174
Text Example
Text Example
White with #73C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C174; }
p { color: rgb(115,193,116); }
H1.HeaderClassName
{
color: #73C174;
}
.AnyTagClassName
{
color: #73C174;
}
</style>
background-color css
<style>
a { background-color: #73C174; }
a { background-color: rgb(115,193,116); }
div.DivClassName
{
background-color: #73C174;
}
.BgClassName
{
background-color: #73C174;
}
</style>
border-color css
<style>
span { border-color: #73C174; }
span { border-color: rgb(115,193,116); }
td.TdClassName
{
border-color: #73C174;
}
.TagClassName
{
border-color: #73C174;
}
</style>