Shades of Fern #73B271
Tints of Fern #73B271
RGB
CMYK
RGB Variations
Color information
#73B271 (or 0x73B271) is known color: Fern. HEX triplet: 73, B2 and 71. RGB value is (115,178,113). Sum of RGB (Red+Green+Blue) = 115+178+113=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #73B271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B271 is #8C4D8E. Grayscale: #979797. Windows color (decimal): -9194895 or 7451251. OLE color: 7451251.
HSL color Cylindrical-coordinate representation of color #73B271: hue angle of 118.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B271 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 113 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.30 |
| HSL | 118.15º | 0.3% | 0.57% | - |
| HSV(B) | 118.15º | 0.37% | 0.7% | - |
| XYZ | 25.97 | 36.68 | 21.33 | - |
| YUV | 151.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 113 | 0.35 | 0 | 0.37 | 0.30 | 118.15 | 0.3 | 0.57 |
| Hex | 73 | B2 | 71 | 23 | 0 | 25 | 1E | 76 | 1E | 39 |
| Octal | 163 | 262 | 161 | 43 | 0 | 45 | 36 | 166 | 36 | 71 |
| Binary | 1110011 | 10110010 | 1110001 | 100011 | 0 | 100101 | 11110 | 1110110 | 11110 | 111001 |
Color Harmonies of #73B271
Complementary color
Monochromatic Colors of #73B271
Black with #73B271
Text Example
Text Example
White with #73B271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B271; }
p { color: rgb(115,178,113); }
H1.HeaderClassName
{
color: #73B271;
}
.AnyTagClassName
{
color: #73B271;
}
</style>
background-color css
<style>
a { background-color: #73B271; }
a { background-color: rgb(115,178,113); }
div.DivClassName
{
background-color: #73B271;
}
.BgClassName
{
background-color: #73B271;
}
</style>
border-color css
<style>
span { border-color: #73B271; }
span { border-color: rgb(115,178,113); }
td.TdClassName
{
border-color: #73B271;
}
.TagClassName
{
border-color: #73B271;
}
</style>