Shades of Fern #63A465
Tints of Fern #63A465
RGB
CMYK
RGB Variations
Color information
#63A465 (or 0x63A465) is known color: Fern. HEX triplet: 63, A4 and 65. RGB value is (99,164,101). Sum of RGB (Red+Green+Blue) = 99+164+101=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #63A465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A465 is #9C5B9A. Grayscale: #898989. Windows color (decimal): -10247067 or 6661219. OLE color: 6661219.
HSL color Cylindrical-coordinate representation of color #63A465: hue angle of 121.85º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A465 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 101 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.36 |
| HSL | 121.85º | 0.26% | 0.52% | - |
| HSV(B) | 121.85º | 0.4% | 0.64% | - |
| XYZ | 20.77 | 30.14 | 17.04 | - |
| YUV | 137.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 101 | 0.40 | 0 | 0.38 | 0.36 | 121.85 | 0.26 | 0.52 |
| Hex | 63 | A4 | 65 | 28 | 0 | 26 | 24 | 7A | 1A | 34 |
| Octal | 143 | 244 | 145 | 50 | 0 | 46 | 44 | 172 | 32 | 64 |
| Binary | 1100011 | 10100100 | 1100101 | 101000 | 0 | 100110 | 100100 | 1111010 | 11010 | 110100 |
Color Harmonies of #63A465
Complementary color
Monochromatic Colors of #63A465
Black with #63A465
Text Example
Text Example
White with #63A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A465; }
p { color: rgb(99,164,101); }
H1.HeaderClassName
{
color: #63A465;
}
.AnyTagClassName
{
color: #63A465;
}
</style>
background-color css
<style>
a { background-color: #63A465; }
a { background-color: rgb(99,164,101); }
div.DivClassName
{
background-color: #63A465;
}
.BgClassName
{
background-color: #63A465;
}
</style>
border-color css
<style>
span { border-color: #63A465; }
span { border-color: rgb(99,164,101); }
td.TdClassName
{
border-color: #63A465;
}
.TagClassName
{
border-color: #63A465;
}
</style>