Shades of Fern #73BF76
Tints of Fern #73BF76
RGB
CMYK
RGB Variations
Color information
#73BF76 (or 0x73BF76) is known color: Fern. HEX triplet: 73, BF and 76. RGB value is (115,191,118). Sum of RGB (Red+Green+Blue) = 115+191+118=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF76 is #8C4089. Grayscale: #A0A0A0. Windows color (decimal): -9191562 or 7782259. OLE color: 7782259.
HSL color Cylindrical-coordinate representation of color #73BF76: hue angle of 122.37º 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 #73BF76 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 118 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.25 |
| HSL | 122.37º | 0.37% | 0.6% | - |
| HSV(B) | 122.37º | 0.4% | 0.75% | - |
| XYZ | 28.97 | 42.21 | 23.76 | - |
| YUV | 159.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 118 | 0.40 | 0 | 0.38 | 0.25 | 122.37 | 0.37 | 0.6 |
| Hex | 73 | BF | 76 | 28 | 0 | 26 | 19 | 7A | 25 | 3C |
| Octal | 163 | 277 | 166 | 50 | 0 | 46 | 31 | 172 | 45 | 74 |
| Binary | 1110011 | 10111111 | 1110110 | 101000 | 0 | 100110 | 11001 | 1111010 | 100101 | 111100 |
Color Harmonies of #73BF76
Complementary color
Monochromatic Colors of #73BF76
Black with #73BF76
Text Example
Text Example
White with #73BF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF76; }
p { color: rgb(115,191,118); }
H1.HeaderClassName
{
color: #73BF76;
}
.AnyTagClassName
{
color: #73BF76;
}
</style>
background-color css
<style>
a { background-color: #73BF76; }
a { background-color: rgb(115,191,118); }
div.DivClassName
{
background-color: #73BF76;
}
.BgClassName
{
background-color: #73BF76;
}
</style>
border-color css
<style>
span { border-color: #73BF76; }
span { border-color: rgb(115,191,118); }
td.TdClassName
{
border-color: #73BF76;
}
.TagClassName
{
border-color: #73BF76;
}
</style>