Shades of Fern #73AF76
Tints of Fern #73AF76
RGB
CMYK
RGB Variations
Color information
#73AF76 (or 0x73AF76) is known color: Fern. HEX triplet: 73, AF and 76. RGB value is (115,175,118). Sum of RGB (Red+Green+Blue) = 115+175+118=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF76 is #8C5089. Grayscale: #969696. Windows color (decimal): -9195658 or 7778163. OLE color: 7778163.
HSL color Cylindrical-coordinate representation of color #73AF76: hue angle of 123º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF76 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 118 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.31 |
| HSL | 123º | 0.27% | 0.57% | - |
| HSV(B) | 123º | 0.34% | 0.69% | - |
| XYZ | 25.67 | 35.61 | 22.66 | - |
| YUV | 150.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 118 | 0.34 | 0 | 0.33 | 0.31 | 123 | 0.27 | 0.57 |
| Hex | 73 | AF | 76 | 22 | 0 | 21 | 1F | 7B | 1B | 39 |
| Octal | 163 | 257 | 166 | 42 | 0 | 41 | 37 | 173 | 33 | 71 |
| Binary | 1110011 | 10101111 | 1110110 | 100010 | 0 | 100001 | 11111 | 1111011 | 11011 | 111001 |
Color Harmonies of #73AF76
Complementary color
Monochromatic Colors of #73AF76
Black with #73AF76
Text Example
Text Example
White with #73AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF76; }
p { color: rgb(115,175,118); }
H1.HeaderClassName
{
color: #73AF76;
}
.AnyTagClassName
{
color: #73AF76;
}
</style>
background-color css
<style>
a { background-color: #73AF76; }
a { background-color: rgb(115,175,118); }
div.DivClassName
{
background-color: #73AF76;
}
.BgClassName
{
background-color: #73AF76;
}
</style>
border-color css
<style>
span { border-color: #73AF76; }
span { border-color: rgb(115,175,118); }
td.TdClassName
{
border-color: #73AF76;
}
.TagClassName
{
border-color: #73AF76;
}
</style>