Shades of Fern #73A975
Tints of Fern #73A975
RGB
CMYK
RGB Variations
Color information
#73A975 (or 0x73A975) is known color: Fern. HEX triplet: 73, A9 and 75. RGB value is (115,169,117). Sum of RGB (Red+Green+Blue) = 115+169+117=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #73A975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A975 is #8C568A. Grayscale: #939393. Windows color (decimal): -9197195 or 7711091. OLE color: 7711091.
HSL color Cylindrical-coordinate representation of color #73A975: hue angle of 122.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A975 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 117 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.34 |
| HSL | 122.22º | 0.24% | 0.56% | - |
| HSV(B) | 122.22º | 0.32% | 0.66% | - |
| XYZ | 24.47 | 33.31 | 21.97 | - |
| YUV | 146.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 117 | 0.32 | 0 | 0.31 | 0.34 | 122.22 | 0.24 | 0.56 |
| Hex | 73 | A9 | 75 | 20 | 0 | 1F | 22 | 7A | 18 | 38 |
| Octal | 163 | 251 | 165 | 40 | 0 | 37 | 42 | 172 | 30 | 70 |
| Binary | 1110011 | 10101001 | 1110101 | 100000 | 0 | 11111 | 100010 | 1111010 | 11000 | 111000 |
Color Harmonies of #73A975
Complementary color
Monochromatic Colors of #73A975
Black with #73A975
Text Example
Text Example
White with #73A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A975; }
p { color: rgb(115,169,117); }
H1.HeaderClassName
{
color: #73A975;
}
.AnyTagClassName
{
color: #73A975;
}
</style>
background-color css
<style>
a { background-color: #73A975; }
a { background-color: rgb(115,169,117); }
div.DivClassName
{
background-color: #73A975;
}
.BgClassName
{
background-color: #73A975;
}
</style>
border-color css
<style>
span { border-color: #73A975; }
span { border-color: rgb(115,169,117); }
td.TdClassName
{
border-color: #73A975;
}
.TagClassName
{
border-color: #73A975;
}
</style>