Shades of Fern #73AF6D
Tints of Fern #73AF6D
RGB
CMYK
RGB Variations
Color information
#73AF6D (or 0x73AF6D) is known color: Fern. HEX triplet: 73, AF and 6D. RGB value is (115,175,109). Sum of RGB (Red+Green+Blue) = 115+175+109=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF6D is #8C5092. Grayscale: #959595. Windows color (decimal): -9195667 or 7188339. OLE color: 7188339.
HSL color Cylindrical-coordinate representation of color #73AF6D: hue angle of 114.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73AF6D is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 109 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.31 |
| HSL | 114.55º | 0.29% | 0.56% | - |
| HSV(B) | 114.55º | 0.38% | 0.69% | - |
| XYZ | 25.16 | 35.41 | 19.98 | - |
| YUV | 149.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 109 | 0.34 | 0 | 0.38 | 0.31 | 114.55 | 0.29 | 0.56 |
| Hex | 73 | AF | 6D | 22 | 0 | 26 | 1F | 73 | 1D | 38 |
| Octal | 163 | 257 | 155 | 42 | 0 | 46 | 37 | 163 | 35 | 70 |
| Binary | 1110011 | 10101111 | 1101101 | 100010 | 0 | 100110 | 11111 | 1110011 | 11101 | 111000 |
Color Harmonies of #73AF6D
Complementary color
Monochromatic Colors of #73AF6D
Black with #73AF6D
Text Example
Text Example
White with #73AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF6D; }
p { color: rgb(115,175,109); }
H1.HeaderClassName
{
color: #73AF6D;
}
.AnyTagClassName
{
color: #73AF6D;
}
</style>
background-color css
<style>
a { background-color: #73AF6D; }
a { background-color: rgb(115,175,109); }
div.DivClassName
{
background-color: #73AF6D;
}
.BgClassName
{
background-color: #73AF6D;
}
</style>
border-color css
<style>
span { border-color: #73AF6D; }
span { border-color: rgb(115,175,109); }
td.TdClassName
{
border-color: #73AF6D;
}
.TagClassName
{
border-color: #73AF6D;
}
</style>