Shades of Fern #73AD76
Tints of Fern #73AD76
RGB
CMYK
RGB Variations
Color information
#73AD76 (or 0x73AD76) is known color: Fern. HEX triplet: 73, AD and 76. RGB value is (115,173,118). Sum of RGB (Red+Green+Blue) = 115+173+118=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AD76 is #8C5289. Grayscale: #959595. Windows color (decimal): -9196170 or 7777651. OLE color: 7777651.
HSL color Cylindrical-coordinate representation of color #73AD76: hue angle of 123.1º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AD76 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 118 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.32 |
| HSL | 123.1º | 0.26% | 0.56% | - |
| HSV(B) | 123.1º | 0.34% | 0.68% | - |
| XYZ | 25.28 | 34.84 | 22.53 | - |
| YUV | 149.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 118 | 0.34 | 0 | 0.32 | 0.32 | 123.1 | 0.26 | 0.56 |
| Hex | 73 | AD | 76 | 22 | 0 | 20 | 20 | 7B | 1A | 38 |
| Octal | 163 | 255 | 166 | 42 | 0 | 40 | 40 | 173 | 32 | 70 |
| Binary | 1110011 | 10101101 | 1110110 | 100010 | 0 | 100000 | 100000 | 1111011 | 11010 | 111000 |
Color Harmonies of #73AD76
Complementary color
Monochromatic Colors of #73AD76
Black with #73AD76
Text Example
Text Example
White with #73AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD76; }
p { color: rgb(115,173,118); }
H1.HeaderClassName
{
color: #73AD76;
}
.AnyTagClassName
{
color: #73AD76;
}
</style>
background-color css
<style>
a { background-color: #73AD76; }
a { background-color: rgb(115,173,118); }
div.DivClassName
{
background-color: #73AD76;
}
.BgClassName
{
background-color: #73AD76;
}
</style>
border-color css
<style>
span { border-color: #73AD76; }
span { border-color: rgb(115,173,118); }
td.TdClassName
{
border-color: #73AD76;
}
.TagClassName
{
border-color: #73AD76;
}
</style>