Shades of Fern #63A66A
Tints of Fern #63A66A
RGB
CMYK
RGB Variations
Color information
#63A66A (or 0x63A66A) is known color: Fern. HEX triplet: 63, A6 and 6A. RGB value is (99,166,106). Sum of RGB (Red+Green+Blue) = 99+166+106=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #63A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A66A is #9C5995. Grayscale: #8B8B8B. Windows color (decimal): -10246550 or 6989411. OLE color: 6989411.
HSL color Cylindrical-coordinate representation of color #63A66A: hue angle of 126.27º 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 #63A66A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 166 | 106 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.35 |
| HSL | 126.27º | 0.27% | 0.52% | - |
| HSV(B) | 126.27º | 0.4% | 0.65% | - |
| XYZ | 21.38 | 30.97 | 18.49 | - |
| YUV | 139.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 106 | 0.40 | 0 | 0.36 | 0.35 | 126.27 | 0.27 | 0.52 |
| Hex | 63 | A6 | 6A | 28 | 0 | 24 | 23 | 7E | 1B | 34 |
| Octal | 143 | 246 | 152 | 50 | 0 | 44 | 43 | 176 | 33 | 64 |
| Binary | 1100011 | 10100110 | 1101010 | 101000 | 0 | 100100 | 100011 | 1111110 | 11011 | 110100 |
Color Harmonies of #63A66A
Complementary color
Monochromatic Colors of #63A66A
Black with #63A66A
Text Example
Text Example
White with #63A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A66A; }
p { color: rgb(99,166,106); }
H1.HeaderClassName
{
color: #63A66A;
}
.AnyTagClassName
{
color: #63A66A;
}
</style>
background-color css
<style>
a { background-color: #63A66A; }
a { background-color: rgb(99,166,106); }
div.DivClassName
{
background-color: #63A66A;
}
.BgClassName
{
background-color: #63A66A;
}
</style>
border-color css
<style>
span { border-color: #63A66A; }
span { border-color: rgb(99,166,106); }
td.TdClassName
{
border-color: #63A66A;
}
.TagClassName
{
border-color: #63A66A;
}
</style>