Shades of Fern #63AB6F
Tints of Fern #63AB6F
RGB
CMYK
RGB Variations
Color information
#63AB6F (or 0x63AB6F) is known color: Fern. HEX triplet: 63, AB and 6F. RGB value is (99,171,111). Sum of RGB (Red+Green+Blue) = 99+171+111=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AB6F is #9C5490. Grayscale: #8E8E8E. Windows color (decimal): -10245265 or 7318371. OLE color: 7318371.
HSL color Cylindrical-coordinate representation of color #63AB6F: hue angle of 130º 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 #63AB6F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 111 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.33 |
| HSL | 130º | 0.3% | 0.53% | - |
| HSV(B) | 130º | 0.42% | 0.67% | - |
| XYZ | 22.58 | 32.93 | 20.2 | - |
| YUV | 142.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 111 | 0.42 | 0 | 0.35 | 0.33 | 130 | 0.3 | 0.53 |
| Hex | 63 | AB | 6F | 2A | 0 | 23 | 21 | 82 | 1E | 35 |
| Octal | 143 | 253 | 157 | 52 | 0 | 43 | 41 | 202 | 36 | 65 |
| Binary | 1100011 | 10101011 | 1101111 | 101010 | 0 | 100011 | 100001 | 10000010 | 11110 | 110101 |
Color Harmonies of #63AB6F
Complementary color
Monochromatic Colors of #63AB6F
Black with #63AB6F
Text Example
Text Example
White with #63AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB6F; }
p { color: rgb(99,171,111); }
H1.HeaderClassName
{
color: #63AB6F;
}
.AnyTagClassName
{
color: #63AB6F;
}
</style>
background-color css
<style>
a { background-color: #63AB6F; }
a { background-color: rgb(99,171,111); }
div.DivClassName
{
background-color: #63AB6F;
}
.BgClassName
{
background-color: #63AB6F;
}
</style>
border-color css
<style>
span { border-color: #63AB6F; }
span { border-color: rgb(99,171,111); }
td.TdClassName
{
border-color: #63AB6F;
}
.TagClassName
{
border-color: #63AB6F;
}
</style>