Shades of Fern #63AF6B
Tints of Fern #63AF6B
RGB
CMYK
RGB Variations
Color information
#63AF6B (or 0x63AF6B) is known color: Fern. HEX triplet: 63, AF and 6B. RGB value is (99,175,107). Sum of RGB (Red+Green+Blue) = 99+175+107=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF6B is #9C5094. Grayscale: #909090. Windows color (decimal): -10244245 or 7057251. OLE color: 7057251.
HSL color Cylindrical-coordinate representation of color #63AF6B: hue angle of 126.32º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF6B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 107 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.31 |
| HSL | 126.32º | 0.32% | 0.54% | - |
| HSV(B) | 126.32º | 0.43% | 0.69% | - |
| XYZ | 23.13 | 34.37 | 19.33 | - |
| YUV | 144.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 107 | 0.43 | 0 | 0.39 | 0.31 | 126.32 | 0.32 | 0.54 |
| Hex | 63 | AF | 6B | 2B | 0 | 27 | 1F | 7E | 20 | 36 |
| Octal | 143 | 257 | 153 | 53 | 0 | 47 | 37 | 176 | 40 | 66 |
| Binary | 1100011 | 10101111 | 1101011 | 101011 | 0 | 100111 | 11111 | 1111110 | 100000 | 110110 |
Color Harmonies of #63AF6B
Complementary color
Monochromatic Colors of #63AF6B
Black with #63AF6B
Text Example
Text Example
White with #63AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF6B; }
p { color: rgb(99,175,107); }
H1.HeaderClassName
{
color: #63AF6B;
}
.AnyTagClassName
{
color: #63AF6B;
}
</style>
background-color css
<style>
a { background-color: #63AF6B; }
a { background-color: rgb(99,175,107); }
div.DivClassName
{
background-color: #63AF6B;
}
.BgClassName
{
background-color: #63AF6B;
}
</style>
border-color css
<style>
span { border-color: #63AF6B; }
span { border-color: rgb(99,175,107); }
td.TdClassName
{
border-color: #63AF6B;
}
.TagClassName
{
border-color: #63AF6B;
}
</style>