Shades of Fern #73AA71
Tints of Fern #73AA71
RGB
CMYK
RGB Variations
Color information
#73AA71 (or 0x73AA71) is known color: Fern. HEX triplet: 73, AA and 71. RGB value is (115,170,113). Sum of RGB (Red+Green+Blue) = 115+170+113=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA71 is #8C558E. Grayscale: #939393. Windows color (decimal): -9196943 or 7449203. OLE color: 7449203.
HSL color Cylindrical-coordinate representation of color #73AA71: hue angle of 117.89º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AA71 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 113 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.33 |
| HSL | 117.89º | 0.25% | 0.55% | - |
| HSV(B) | 117.89º | 0.34% | 0.67% | - |
| XYZ | 24.43 | 33.59 | 20.82 | - |
| YUV | 147.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 113 | 0.32 | 0 | 0.34 | 0.33 | 117.89 | 0.25 | 0.55 |
| Hex | 73 | AA | 71 | 20 | 0 | 22 | 21 | 76 | 19 | 37 |
| Octal | 163 | 252 | 161 | 40 | 0 | 42 | 41 | 166 | 31 | 67 |
| Binary | 1110011 | 10101010 | 1110001 | 100000 | 0 | 100010 | 100001 | 1110110 | 11001 | 110111 |
Color Harmonies of #73AA71
Complementary color
Monochromatic Colors of #73AA71
Black with #73AA71
Text Example
Text Example
White with #73AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA71; }
p { color: rgb(115,170,113); }
H1.HeaderClassName
{
color: #73AA71;
}
.AnyTagClassName
{
color: #73AA71;
}
</style>
background-color css
<style>
a { background-color: #73AA71; }
a { background-color: rgb(115,170,113); }
div.DivClassName
{
background-color: #73AA71;
}
.BgClassName
{
background-color: #73AA71;
}
</style>
border-color css
<style>
span { border-color: #73AA71; }
span { border-color: rgb(115,170,113); }
td.TdClassName
{
border-color: #73AA71;
}
.TagClassName
{
border-color: #73AA71;
}
</style>