Shades of Fern #63A560
Tints of Fern #63A560
RGB
CMYK
RGB Variations
Color information
#63A560 (or 0x63A560) is known color: Fern. HEX triplet: 63, A5 and 60. RGB value is (99,165,96). Sum of RGB (Red+Green+Blue) = 99+165+96=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #63A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A560 is #9C5A9F. Grayscale: #898989. Windows color (decimal): -10246816 or 6333795. OLE color: 6333795.
HSL color Cylindrical-coordinate representation of color #63A560: hue angle of 117.39º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63A560 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 165 | 96 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.35 |
| HSL | 117.39º | 0.28% | 0.51% | - |
| HSV(B) | 117.39º | 0.42% | 0.65% | - |
| XYZ | 20.71 | 30.41 | 15.84 | - |
| YUV | 137.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 96 | 0.40 | 0 | 0.42 | 0.35 | 117.39 | 0.28 | 0.51 |
| Hex | 63 | A5 | 60 | 28 | 0 | 2A | 23 | 75 | 1C | 33 |
| Octal | 143 | 245 | 140 | 50 | 0 | 52 | 43 | 165 | 34 | 63 |
| Binary | 1100011 | 10100101 | 1100000 | 101000 | 0 | 101010 | 100011 | 1110101 | 11100 | 110011 |
Color Harmonies of #63A560
Complementary color
Monochromatic Colors of #63A560
Black with #63A560
Text Example
Text Example
White with #63A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A560; }
p { color: rgb(99,165,96); }
H1.HeaderClassName
{
color: #63A560;
}
.AnyTagClassName
{
color: #63A560;
}
</style>
background-color css
<style>
a { background-color: #63A560; }
a { background-color: rgb(99,165,96); }
div.DivClassName
{
background-color: #63A560;
}
.BgClassName
{
background-color: #63A560;
}
</style>
border-color css
<style>
span { border-color: #63A560; }
span { border-color: rgb(99,165,96); }
td.TdClassName
{
border-color: #63A560;
}
.TagClassName
{
border-color: #63A560;
}
</style>