Shades of Fern #73BD78
Tints of Fern #73BD78
RGB
CMYK
RGB Variations
Color information
#73BD78 (or 0x73BD78) is known color: Fern. HEX triplet: 73, BD and 78. RGB value is (115,189,120). Sum of RGB (Red+Green+Blue) = 115+189+120=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD78 is #8C4287. Grayscale: #9F9F9F. Windows color (decimal): -9192072 or 7912819. OLE color: 7912819.
HSL color Cylindrical-coordinate representation of color #73BD78: hue angle of 124.05º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BD78 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 120 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.26 |
| HSL | 124.05º | 0.36% | 0.6% | - |
| HSV(B) | 124.05º | 0.39% | 0.74% | - |
| XYZ | 28.66 | 41.4 | 24.25 | - |
| YUV | 159.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 120 | 0.39 | 0 | 0.37 | 0.26 | 124.05 | 0.36 | 0.6 |
| Hex | 73 | BD | 78 | 27 | 0 | 25 | 1A | 7C | 24 | 3C |
| Octal | 163 | 275 | 170 | 47 | 0 | 45 | 32 | 174 | 44 | 74 |
| Binary | 1110011 | 10111101 | 1111000 | 100111 | 0 | 100101 | 11010 | 1111100 | 100100 | 111100 |
Color Harmonies of #73BD78
Complementary color
Monochromatic Colors of #73BD78
Black with #73BD78
Text Example
Text Example
White with #73BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD78; }
p { color: rgb(115,189,120); }
H1.HeaderClassName
{
color: #73BD78;
}
.AnyTagClassName
{
color: #73BD78;
}
</style>
background-color css
<style>
a { background-color: #73BD78; }
a { background-color: rgb(115,189,120); }
div.DivClassName
{
background-color: #73BD78;
}
.BgClassName
{
background-color: #73BD78;
}
</style>
border-color css
<style>
span { border-color: #73BD78; }
span { border-color: rgb(115,189,120); }
td.TdClassName
{
border-color: #73BD78;
}
.TagClassName
{
border-color: #73BD78;
}
</style>