Shades of Fern #62B672
Tints of Fern #62B672
RGB
CMYK
RGB Variations
Color information
#62B672 (or 0x62B672) is known color: Fern. HEX triplet: 62, B6 and 72. RGB value is (98,182,114). Sum of RGB (Red+Green+Blue) = 98+182+114=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #62B672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B672 is #9D498D. Grayscale: #959595. Windows color (decimal): -10307982 or 7517794. OLE color: 7517794.
HSL color Cylindrical-coordinate representation of color #62B672: hue angle of 131.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B672 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 182 | 114 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.29 |
| HSL | 131.43º | 0.37% | 0.55% | - |
| HSV(B) | 131.43º | 0.46% | 0.71% | - |
| XYZ | 24.8 | 37.27 | 21.81 | - |
| YUV | 149.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 182 | 114 | 0.46 | 0 | 0.37 | 0.29 | 131.43 | 0.37 | 0.55 |
| Hex | 62 | B6 | 72 | 2E | 0 | 25 | 1D | 83 | 25 | 37 |
| Octal | 142 | 266 | 162 | 56 | 0 | 45 | 35 | 203 | 45 | 67 |
| Binary | 1100010 | 10110110 | 1110010 | 101110 | 0 | 100101 | 11101 | 10000011 | 100101 | 110111 |
Color Harmonies of #62B672
Complementary color
Monochromatic Colors of #62B672
Black with #62B672
Text Example
Text Example
White with #62B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B672; }
p { color: rgb(98,182,114); }
H1.HeaderClassName
{
color: #62B672;
}
.AnyTagClassName
{
color: #62B672;
}
</style>
background-color css
<style>
a { background-color: #62B672; }
a { background-color: rgb(98,182,114); }
div.DivClassName
{
background-color: #62B672;
}
.BgClassName
{
background-color: #62B672;
}
</style>
border-color css
<style>
span { border-color: #62B672; }
span { border-color: rgb(98,182,114); }
td.TdClassName
{
border-color: #62B672;
}
.TagClassName
{
border-color: #62B672;
}
</style>