Shades of Fern #73BA78
Tints of Fern #73BA78
RGB
CMYK
RGB Variations
Color information
#73BA78 (or 0x73BA78) is known color: Fern. HEX triplet: 73, BA and 78. RGB value is (115,186,120). Sum of RGB (Red+Green+Blue) = 115+186+120=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA78 is #8C4587. Grayscale: #9D9D9D. Windows color (decimal): -9192840 or 7912051. OLE color: 7912051.
HSL color Cylindrical-coordinate representation of color #73BA78: hue angle of 124.23º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA78 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 120 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.27 |
| HSL | 124.23º | 0.34% | 0.59% | - |
| HSV(B) | 124.23º | 0.38% | 0.73% | - |
| XYZ | 28.02 | 40.12 | 24.04 | - |
| YUV | 157.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 120 | 0.38 | 0 | 0.35 | 0.27 | 124.23 | 0.34 | 0.59 |
| Hex | 73 | BA | 78 | 26 | 0 | 23 | 1B | 7C | 22 | 3B |
| Octal | 163 | 272 | 170 | 46 | 0 | 43 | 33 | 174 | 42 | 73 |
| Binary | 1110011 | 10111010 | 1111000 | 100110 | 0 | 100011 | 11011 | 1111100 | 100010 | 111011 |
Color Harmonies of #73BA78
Complementary color
Monochromatic Colors of #73BA78
Black with #73BA78
Text Example
Text Example
White with #73BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA78; }
p { color: rgb(115,186,120); }
H1.HeaderClassName
{
color: #73BA78;
}
.AnyTagClassName
{
color: #73BA78;
}
</style>
background-color css
<style>
a { background-color: #73BA78; }
a { background-color: rgb(115,186,120); }
div.DivClassName
{
background-color: #73BA78;
}
.BgClassName
{
background-color: #73BA78;
}
</style>
border-color css
<style>
span { border-color: #73BA78; }
span { border-color: rgb(115,186,120); }
td.TdClassName
{
border-color: #73BA78;
}
.TagClassName
{
border-color: #73BA78;
}
</style>