Shades of Fern #73B379
Tints of Fern #73B379
RGB
CMYK
RGB Variations
Color information
#73B379 (or 0x73B379) is known color: Fern. HEX triplet: 73, B3 and 79. RGB value is (115,179,121). Sum of RGB (Red+Green+Blue) = 115+179+121=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #73B379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B379 is #8C4C86. Grayscale: #999999. Windows color (decimal): -9194631 or 7975795. OLE color: 7975795.
HSL color Cylindrical-coordinate representation of color #73B379: hue angle of 125.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B379 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 121 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.30 |
| HSL | 125.63º | 0.3% | 0.58% | - |
| HSV(B) | 125.63º | 0.36% | 0.7% | - |
| XYZ | 26.64 | 37.27 | 23.88 | - |
| YUV | 153.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 121 | 0.36 | 0 | 0.32 | 0.30 | 125.63 | 0.3 | 0.58 |
| Hex | 73 | B3 | 79 | 24 | 0 | 20 | 1E | 7E | 1E | 3A |
| Octal | 163 | 263 | 171 | 44 | 0 | 40 | 36 | 176 | 36 | 72 |
| Binary | 1110011 | 10110011 | 1111001 | 100100 | 0 | 100000 | 11110 | 1111110 | 11110 | 111010 |
Color Harmonies of #73B379
Complementary color
Monochromatic Colors of #73B379
Black with #73B379
Text Example
Text Example
White with #73B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B379; }
p { color: rgb(115,179,121); }
H1.HeaderClassName
{
color: #73B379;
}
.AnyTagClassName
{
color: #73B379;
}
</style>
background-color css
<style>
a { background-color: #73B379; }
a { background-color: rgb(115,179,121); }
div.DivClassName
{
background-color: #73B379;
}
.BgClassName
{
background-color: #73B379;
}
</style>
border-color css
<style>
span { border-color: #73B379; }
span { border-color: rgb(115,179,121); }
td.TdClassName
{
border-color: #73B379;
}
.TagClassName
{
border-color: #73B379;
}
</style>