Shades of Fern #73B979
Tints of Fern #73B979
RGB
CMYK
RGB Variations
Color information
#73B979 (or 0x73B979) is known color: Fern. HEX triplet: 73, B9 and 79. RGB value is (115,185,121). Sum of RGB (Red+Green+Blue) = 115+185+121=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #73B979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B979 is #8C4686. Grayscale: #9C9C9C. Windows color (decimal): -9193095 or 7977331. OLE color: 7977331.
HSL color Cylindrical-coordinate representation of color #73B979: hue angle of 125.14º 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 #73B979 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 121 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.27 |
| HSL | 125.14º | 0.33% | 0.59% | - |
| HSV(B) | 125.14º | 0.38% | 0.73% | - |
| XYZ | 27.87 | 39.72 | 24.29 | - |
| YUV | 156.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 121 | 0.38 | 0 | 0.35 | 0.27 | 125.14 | 0.33 | 0.59 |
| Hex | 73 | B9 | 79 | 26 | 0 | 23 | 1B | 7D | 21 | 3B |
| Octal | 163 | 271 | 171 | 46 | 0 | 43 | 33 | 175 | 41 | 73 |
| Binary | 1110011 | 10111001 | 1111001 | 100110 | 0 | 100011 | 11011 | 1111101 | 100001 | 111011 |
Color Harmonies of #73B979
Complementary color
Monochromatic Colors of #73B979
Black with #73B979
Text Example
Text Example
White with #73B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B979; }
p { color: rgb(115,185,121); }
H1.HeaderClassName
{
color: #73B979;
}
.AnyTagClassName
{
color: #73B979;
}
</style>
background-color css
<style>
a { background-color: #73B979; }
a { background-color: rgb(115,185,121); }
div.DivClassName
{
background-color: #73B979;
}
.BgClassName
{
background-color: #73B979;
}
</style>
border-color css
<style>
span { border-color: #73B979; }
span { border-color: rgb(115,185,121); }
td.TdClassName
{
border-color: #73B979;
}
.TagClassName
{
border-color: #73B979;
}
</style>