Shades of Fern #73AF7A
Tints of Fern #73AF7A
RGB
CMYK
RGB Variations
Color information
#73AF7A (or 0x73AF7A) is known color: Fern. HEX triplet: 73, AF and 7A. RGB value is (115,175,122). Sum of RGB (Red+Green+Blue) = 115+175+122=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF7A is #8C5085. Grayscale: #979797. Windows color (decimal): -9195654 or 8040307. OLE color: 8040307.
HSL color Cylindrical-coordinate representation of color #73AF7A: hue angle of 127º 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 #73AF7A is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 122 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.31 |
| HSL | 127º | 0.27% | 0.57% | - |
| HSV(B) | 127º | 0.34% | 0.69% | - |
| XYZ | 25.91 | 35.71 | 23.94 | - |
| YUV | 151.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 122 | 0.34 | 0 | 0.30 | 0.31 | 127 | 0.27 | 0.57 |
| Hex | 73 | AF | 7A | 22 | 0 | 1E | 1F | 7F | 1B | 39 |
| Octal | 163 | 257 | 172 | 42 | 0 | 36 | 37 | 177 | 33 | 71 |
| Binary | 1110011 | 10101111 | 1111010 | 100010 | 0 | 11110 | 11111 | 1111111 | 11011 | 111001 |
Color Harmonies of #73AF7A
Complementary color
Monochromatic Colors of #73AF7A
Black with #73AF7A
Text Example
Text Example
White with #73AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF7A; }
p { color: rgb(115,175,122); }
H1.HeaderClassName
{
color: #73AF7A;
}
.AnyTagClassName
{
color: #73AF7A;
}
</style>
background-color css
<style>
a { background-color: #73AF7A; }
a { background-color: rgb(115,175,122); }
div.DivClassName
{
background-color: #73AF7A;
}
.BgClassName
{
background-color: #73AF7A;
}
</style>
border-color css
<style>
span { border-color: #73AF7A; }
span { border-color: rgb(115,175,122); }
td.TdClassName
{
border-color: #73AF7A;
}
.TagClassName
{
border-color: #73AF7A;
}
</style>