Shades of Fern #73BB70
Tints of Fern #73BB70
RGB
CMYK
RGB Variations
Color information
#73BB70 (or 0x73BB70) is known color: Fern. HEX triplet: 73, BB and 70. RGB value is (115,187,112). Sum of RGB (Red+Green+Blue) = 115+187+112=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BB70 is #8C448F. Grayscale: #9D9D9D. Windows color (decimal): -9192592 or 7388019. OLE color: 7388019.
HSL color Cylindrical-coordinate representation of color #73BB70: hue angle of 117.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BB70 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 112 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.27 |
| HSL | 117.6º | 0.36% | 0.59% | - |
| HSV(B) | 117.6º | 0.4% | 0.73% | - |
| XYZ | 27.77 | 40.36 | 21.66 | - |
| YUV | 156.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 112 | 0.39 | 0 | 0.40 | 0.27 | 117.6 | 0.36 | 0.59 |
| Hex | 73 | BB | 70 | 27 | 0 | 28 | 1B | 76 | 24 | 3B |
| Octal | 163 | 273 | 160 | 47 | 0 | 50 | 33 | 166 | 44 | 73 |
| Binary | 1110011 | 10111011 | 1110000 | 100111 | 0 | 101000 | 11011 | 1110110 | 100100 | 111011 |
Color Harmonies of #73BB70
Complementary color
Monochromatic Colors of #73BB70
Black with #73BB70
Text Example
Text Example
White with #73BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB70; }
p { color: rgb(115,187,112); }
H1.HeaderClassName
{
color: #73BB70;
}
.AnyTagClassName
{
color: #73BB70;
}
</style>
background-color css
<style>
a { background-color: #73BB70; }
a { background-color: rgb(115,187,112); }
div.DivClassName
{
background-color: #73BB70;
}
.BgClassName
{
background-color: #73BB70;
}
</style>
border-color css
<style>
span { border-color: #73BB70; }
span { border-color: rgb(115,187,112); }
td.TdClassName
{
border-color: #73BB70;
}
.TagClassName
{
border-color: #73BB70;
}
</style>