Shades of Fern #73B86C
Tints of Fern #73B86C
RGB
CMYK
RGB Variations
Color information
#73B86C (or 0x73B86C) is known color: Fern. HEX triplet: 73, B8 and 6C. RGB value is (115,184,108). Sum of RGB (Red+Green+Blue) = 115+184+108=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #73B86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B86C is #8C4793. Grayscale: #9A9A9A. Windows color (decimal): -9193364 or 7125107. OLE color: 7125107.
HSL color Cylindrical-coordinate representation of color #73B86C: hue angle of 114.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73B86C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 108 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.28 |
| HSL | 114.47º | 0.35% | 0.57% | - |
| HSV(B) | 114.47º | 0.41% | 0.72% | - |
| XYZ | 26.92 | 39.01 | 20.3 | - |
| YUV | 154.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 108 | 0.38 | 0 | 0.41 | 0.28 | 114.47 | 0.35 | 0.57 |
| Hex | 73 | B8 | 6C | 26 | 0 | 29 | 1C | 72 | 23 | 39 |
| Octal | 163 | 270 | 154 | 46 | 0 | 51 | 34 | 162 | 43 | 71 |
| Binary | 1110011 | 10111000 | 1101100 | 100110 | 0 | 101001 | 11100 | 1110010 | 100011 | 111001 |
Color Harmonies of #73B86C
Complementary color
Monochromatic Colors of #73B86C
Black with #73B86C
Text Example
Text Example
White with #73B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B86C; }
p { color: rgb(115,184,108); }
H1.HeaderClassName
{
color: #73B86C;
}
.AnyTagClassName
{
color: #73B86C;
}
</style>
background-color css
<style>
a { background-color: #73B86C; }
a { background-color: rgb(115,184,108); }
div.DivClassName
{
background-color: #73B86C;
}
.BgClassName
{
background-color: #73B86C;
}
</style>
border-color css
<style>
span { border-color: #73B86C; }
span { border-color: rgb(115,184,108); }
td.TdClassName
{
border-color: #73B86C;
}
.TagClassName
{
border-color: #73B86C;
}
</style>