Shades of Fern #73B978
Tints of Fern #73B978
RGB
CMYK
RGB Variations
Color information
#73B978 (or 0x73B978) is known color: Fern. HEX triplet: 73, B9 and 78. RGB value is (115,185,120). Sum of RGB (Red+Green+Blue) = 115+185+120=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #73B978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B978 is #8C4687. Grayscale: #9C9C9C. Windows color (decimal): -9193096 or 7911795. OLE color: 7911795.
HSL color Cylindrical-coordinate representation of color #73B978: hue angle of 124.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B978 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 120 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.27 |
| HSL | 124.29º | 0.33% | 0.59% | - |
| HSV(B) | 124.29º | 0.38% | 0.73% | - |
| XYZ | 27.81 | 39.7 | 23.97 | - |
| YUV | 156.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 120 | 0.38 | 0 | 0.35 | 0.27 | 124.29 | 0.33 | 0.59 |
| Hex | 73 | B9 | 78 | 26 | 0 | 23 | 1B | 7C | 21 | 3B |
| Octal | 163 | 271 | 170 | 46 | 0 | 43 | 33 | 174 | 41 | 73 |
| Binary | 1110011 | 10111001 | 1111000 | 100110 | 0 | 100011 | 11011 | 1111100 | 100001 | 111011 |
Color Harmonies of #73B978
Complementary color
Monochromatic Colors of #73B978
Black with #73B978
Text Example
Text Example
White with #73B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B978; }
p { color: rgb(115,185,120); }
H1.HeaderClassName
{
color: #73B978;
}
.AnyTagClassName
{
color: #73B978;
}
</style>
background-color css
<style>
a { background-color: #73B978; }
a { background-color: rgb(115,185,120); }
div.DivClassName
{
background-color: #73B978;
}
.BgClassName
{
background-color: #73B978;
}
</style>
border-color css
<style>
span { border-color: #73B978; }
span { border-color: rgb(115,185,120); }
td.TdClassName
{
border-color: #73B978;
}
.TagClassName
{
border-color: #73B978;
}
</style>