Shades of Fern #73BF6D
Tints of Fern #73BF6D
RGB
CMYK
RGB Variations
Color information
#73BF6D (or 0x73BF6D) is known color: Fern. HEX triplet: 73, BF and 6D. RGB value is (115,191,109). Sum of RGB (Red+Green+Blue) = 115+191+109=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF6D is #8C4092. Grayscale: #9F9F9F. Windows color (decimal): -9191571 or 7192435. OLE color: 7192435.
HSL color Cylindrical-coordinate representation of color #73BF6D: hue angle of 115.61º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BF6D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 109 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.25 |
| HSL | 115.61º | 0.39% | 0.59% | - |
| HSV(B) | 115.61º | 0.43% | 0.75% | - |
| XYZ | 28.46 | 42.01 | 21.08 | - |
| YUV | 158.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 109 | 0.40 | 0 | 0.43 | 0.25 | 115.61 | 0.39 | 0.59 |
| Hex | 73 | BF | 6D | 28 | 0 | 2B | 19 | 74 | 27 | 3B |
| Octal | 163 | 277 | 155 | 50 | 0 | 53 | 31 | 164 | 47 | 73 |
| Binary | 1110011 | 10111111 | 1101101 | 101000 | 0 | 101011 | 11001 | 1110100 | 100111 | 111011 |
Color Harmonies of #73BF6D
Complementary color
Monochromatic Colors of #73BF6D
Black with #73BF6D
Text Example
Text Example
White with #73BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF6D; }
p { color: rgb(115,191,109); }
H1.HeaderClassName
{
color: #73BF6D;
}
.AnyTagClassName
{
color: #73BF6D;
}
</style>
background-color css
<style>
a { background-color: #73BF6D; }
a { background-color: rgb(115,191,109); }
div.DivClassName
{
background-color: #73BF6D;
}
.BgClassName
{
background-color: #73BF6D;
}
</style>
border-color css
<style>
span { border-color: #73BF6D; }
span { border-color: rgb(115,191,109); }
td.TdClassName
{
border-color: #73BF6D;
}
.TagClassName
{
border-color: #73BF6D;
}
</style>