Shades of Fern #63A565
Tints of Fern #63A565
RGB
CMYK
RGB Variations
Color information
#63A565 (or 0x63A565) is known color: Fern. HEX triplet: 63, A5 and 65. RGB value is (99,165,101). Sum of RGB (Red+Green+Blue) = 99+165+101=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #63A565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A565 is #9C5A9A. Grayscale: #8A8A8A. Windows color (decimal): -10246811 or 6661475. OLE color: 6661475.
HSL color Cylindrical-coordinate representation of color #63A565: hue angle of 121.82º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A565 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 165 | 101 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.35 |
| HSL | 121.82º | 0.27% | 0.52% | - |
| HSV(B) | 121.82º | 0.4% | 0.65% | - |
| XYZ | 20.95 | 30.5 | 17.1 | - |
| YUV | 137.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 101 | 0.40 | 0 | 0.39 | 0.35 | 121.82 | 0.27 | 0.52 |
| Hex | 63 | A5 | 65 | 28 | 0 | 27 | 23 | 7A | 1B | 34 |
| Octal | 143 | 245 | 145 | 50 | 0 | 47 | 43 | 172 | 33 | 64 |
| Binary | 1100011 | 10100101 | 1100101 | 101000 | 0 | 100111 | 100011 | 1111010 | 11011 | 110100 |
Color Harmonies of #63A565
Complementary color
Monochromatic Colors of #63A565
Black with #63A565
Text Example
Text Example
White with #63A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A565; }
p { color: rgb(99,165,101); }
H1.HeaderClassName
{
color: #63A565;
}
.AnyTagClassName
{
color: #63A565;
}
</style>
background-color css
<style>
a { background-color: #63A565; }
a { background-color: rgb(99,165,101); }
div.DivClassName
{
background-color: #63A565;
}
.BgClassName
{
background-color: #63A565;
}
</style>
border-color css
<style>
span { border-color: #63A565; }
span { border-color: rgb(99,165,101); }
td.TdClassName
{
border-color: #63A565;
}
.TagClassName
{
border-color: #63A565;
}
</style>