Shades of Fern #73B373
Tints of Fern #73B373
RGB
CMYK
RGB Variations
Color information
#73B373 (or 0x73B373) is known color: Fern. HEX triplet: 73, B3 and 73. RGB value is (115,179,115). Sum of RGB (Red+Green+Blue) = 115+179+115=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #73B373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B373 is #8C4C8C. Grayscale: #989898. Windows color (decimal): -9194637 or 7582579. OLE color: 7582579.
HSL color Cylindrical-coordinate representation of color #73B373: hue angle of 120º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B373 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 115 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.30 |
| HSL | 120º | 0.3% | 0.58% | - |
| HSV(B) | 120º | 0.36% | 0.7% | - |
| XYZ | 26.28 | 37.12 | 22 | - |
| YUV | 152.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 115 | 0.36 | 0 | 0.36 | 0.30 | 120 | 0.3 | 0.58 |
| Hex | 73 | B3 | 73 | 24 | 0 | 24 | 1E | 78 | 1E | 3A |
| Octal | 163 | 263 | 163 | 44 | 0 | 44 | 36 | 170 | 36 | 72 |
| Binary | 1110011 | 10110011 | 1110011 | 100100 | 0 | 100100 | 11110 | 1111000 | 11110 | 111010 |
Color Harmonies of #73B373
Complementary color
Monochromatic Colors of #73B373
Black with #73B373
Text Example
Text Example
White with #73B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B373; }
p { color: rgb(115,179,115); }
H1.HeaderClassName
{
color: #73B373;
}
.AnyTagClassName
{
color: #73B373;
}
</style>
background-color css
<style>
a { background-color: #73B373; }
a { background-color: rgb(115,179,115); }
div.DivClassName
{
background-color: #73B373;
}
.BgClassName
{
background-color: #73B373;
}
</style>
border-color css
<style>
span { border-color: #73B373; }
span { border-color: rgb(115,179,115); }
td.TdClassName
{
border-color: #73B373;
}
.TagClassName
{
border-color: #73B373;
}
</style>