Shades of Fern #63AB72
Tints of Fern #63AB72
RGB
CMYK
RGB Variations
Color information
#63AB72 (or 0x63AB72) is known color: Fern. HEX triplet: 63, AB and 72. RGB value is (99,171,114). Sum of RGB (Red+Green+Blue) = 99+171+114=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AB72 is #9C548D. Grayscale: #8F8F8F. Windows color (decimal): -10245262 or 7514979. OLE color: 7514979.
HSL color Cylindrical-coordinate representation of color #63AB72: hue angle of 132.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AB72 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 114 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.33 |
| HSL | 132.5º | 0.3% | 0.53% | - |
| HSV(B) | 132.5º | 0.42% | 0.67% | - |
| XYZ | 22.75 | 32.99 | 21.09 | - |
| YUV | 142.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 114 | 0.42 | 0 | 0.33 | 0.33 | 132.5 | 0.3 | 0.53 |
| Hex | 63 | AB | 72 | 2A | 0 | 21 | 21 | 84 | 1E | 35 |
| Octal | 143 | 253 | 162 | 52 | 0 | 41 | 41 | 204 | 36 | 65 |
| Binary | 1100011 | 10101011 | 1110010 | 101010 | 0 | 100001 | 100001 | 10000100 | 11110 | 110101 |
Color Harmonies of #63AB72
Complementary color
Monochromatic Colors of #63AB72
Black with #63AB72
Text Example
Text Example
White with #63AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB72; }
p { color: rgb(99,171,114); }
H1.HeaderClassName
{
color: #63AB72;
}
.AnyTagClassName
{
color: #63AB72;
}
</style>
background-color css
<style>
a { background-color: #63AB72; }
a { background-color: rgb(99,171,114); }
div.DivClassName
{
background-color: #63AB72;
}
.BgClassName
{
background-color: #63AB72;
}
</style>
border-color css
<style>
span { border-color: #63AB72; }
span { border-color: rgb(99,171,114); }
td.TdClassName
{
border-color: #63AB72;
}
.TagClassName
{
border-color: #63AB72;
}
</style>