Shades of Fern #62AF7A
Tints of Fern #62AF7A
RGB
CMYK
RGB Variations
Color information
#62AF7A (or 0x62AF7A) is known color: Fern. HEX triplet: 62, AF and 7A. RGB value is (98,175,122). Sum of RGB (Red+Green+Blue) = 98+175+122=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF7A is #9D5085. Grayscale: #929292. Windows color (decimal): -10309766 or 8040290. OLE color: 8040290.
HSL color Cylindrical-coordinate representation of color #62AF7A: hue angle of 138.7º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AF7A is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 175 | 122 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.31 |
| HSL | 138.7º | 0.32% | 0.54% | - |
| HSV(B) | 138.7º | 0.44% | 0.69% | - |
| XYZ | 23.88 | 34.66 | 23.84 | - |
| YUV | 145.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 122 | 0.44 | 0 | 0.30 | 0.31 | 138.7 | 0.32 | 0.54 |
| Hex | 62 | AF | 7A | 2C | 0 | 1E | 1F | 8B | 20 | 36 |
| Octal | 142 | 257 | 172 | 54 | 0 | 36 | 37 | 213 | 40 | 66 |
| Binary | 1100010 | 10101111 | 1111010 | 101100 | 0 | 11110 | 11111 | 10001011 | 100000 | 110110 |
Color Harmonies of #62AF7A
Complementary color
Monochromatic Colors of #62AF7A
Black with #62AF7A
Text Example
Text Example
White with #62AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AF7A; }
p { color: rgb(98,175,122); }
H1.HeaderClassName
{
color: #62AF7A;
}
.AnyTagClassName
{
color: #62AF7A;
}
</style>
background-color css
<style>
a { background-color: #62AF7A; }
a { background-color: rgb(98,175,122); }
div.DivClassName
{
background-color: #62AF7A;
}
.BgClassName
{
background-color: #62AF7A;
}
</style>
border-color css
<style>
span { border-color: #62AF7A; }
span { border-color: rgb(98,175,122); }
td.TdClassName
{
border-color: #62AF7A;
}
.TagClassName
{
border-color: #62AF7A;
}
</style>