Shades of Fern #73B472
Tints of Fern #73B472
RGB
CMYK
RGB Variations
Color information
#73B472 (or 0x73B472) is known color: Fern. HEX triplet: 73, B4 and 72. RGB value is (115,180,114). Sum of RGB (Red+Green+Blue) = 115+180+114=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #73B472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B472 is #8C4B8D. Grayscale: #999999. Windows color (decimal): -9194382 or 7517299. OLE color: 7517299.
HSL color Cylindrical-coordinate representation of color #73B472: hue angle of 119.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B472 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 114 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.29 |
| HSL | 119.09º | 0.31% | 0.58% | - |
| HSV(B) | 119.09º | 0.37% | 0.71% | - |
| XYZ | 26.43 | 37.5 | 21.77 | - |
| YUV | 153.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 114 | 0.36 | 0 | 0.37 | 0.29 | 119.09 | 0.31 | 0.58 |
| Hex | 73 | B4 | 72 | 24 | 0 | 25 | 1D | 77 | 1F | 3A |
| Octal | 163 | 264 | 162 | 44 | 0 | 45 | 35 | 167 | 37 | 72 |
| Binary | 1110011 | 10110100 | 1110010 | 100100 | 0 | 100101 | 11101 | 1110111 | 11111 | 111010 |
Color Harmonies of #73B472
Complementary color
Monochromatic Colors of #73B472
Black with #73B472
Text Example
Text Example
White with #73B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B472; }
p { color: rgb(115,180,114); }
H1.HeaderClassName
{
color: #73B472;
}
.AnyTagClassName
{
color: #73B472;
}
</style>
background-color css
<style>
a { background-color: #73B472; }
a { background-color: rgb(115,180,114); }
div.DivClassName
{
background-color: #73B472;
}
.BgClassName
{
background-color: #73B472;
}
</style>
border-color css
<style>
span { border-color: #73B472; }
span { border-color: rgb(115,180,114); }
td.TdClassName
{
border-color: #73B472;
}
.TagClassName
{
border-color: #73B472;
}
</style>