Shades of Fern #73BF78
Tints of Fern #73BF78
RGB
CMYK
RGB Variations
Color information
#73BF78 (or 0x73BF78) is known color: Fern. HEX triplet: 73, BF and 78. RGB value is (115,191,120). Sum of RGB (Red+Green+Blue) = 115+191+120=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF78 is #8C4087. Grayscale: #A0A0A0. Windows color (decimal): -9191560 or 7913331. OLE color: 7913331.
HSL color Cylindrical-coordinate representation of color #73BF78: hue angle of 123.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF78 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 120 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.25 |
| HSL | 123.95º | 0.37% | 0.6% | - |
| HSV(B) | 123.95º | 0.4% | 0.75% | - |
| XYZ | 29.09 | 42.26 | 24.39 | - |
| YUV | 160.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 120 | 0.40 | 0 | 0.37 | 0.25 | 123.95 | 0.37 | 0.6 |
| Hex | 73 | BF | 78 | 28 | 0 | 25 | 19 | 7C | 25 | 3C |
| Octal | 163 | 277 | 170 | 50 | 0 | 45 | 31 | 174 | 45 | 74 |
| Binary | 1110011 | 10111111 | 1111000 | 101000 | 0 | 100101 | 11001 | 1111100 | 100101 | 111100 |
Color Harmonies of #73BF78
Complementary color
Monochromatic Colors of #73BF78
Black with #73BF78
Text Example
Text Example
White with #73BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF78; }
p { color: rgb(115,191,120); }
H1.HeaderClassName
{
color: #73BF78;
}
.AnyTagClassName
{
color: #73BF78;
}
</style>
background-color css
<style>
a { background-color: #73BF78; }
a { background-color: rgb(115,191,120); }
div.DivClassName
{
background-color: #73BF78;
}
.BgClassName
{
background-color: #73BF78;
}
</style>
border-color css
<style>
span { border-color: #73BF78; }
span { border-color: rgb(115,191,120); }
td.TdClassName
{
border-color: #73BF78;
}
.TagClassName
{
border-color: #73BF78;
}
</style>