Shades of Fern #63AF6F
Tints of Fern #63AF6F
RGB
CMYK
RGB Variations
Color information
#63AF6F (or 0x63AF6F) is known color: Fern. HEX triplet: 63, AF and 6F. RGB value is (99,175,111). Sum of RGB (Red+Green+Blue) = 99+175+111=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF6F is #9C5090. Grayscale: #919191. Windows color (decimal): -10244241 or 7319395. OLE color: 7319395.
HSL color Cylindrical-coordinate representation of color #63AF6F: hue angle of 129.47º 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 #63AF6F is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 111 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.31 |
| HSL | 129.47º | 0.32% | 0.54% | - |
| HSV(B) | 129.47º | 0.43% | 0.69% | - |
| XYZ | 23.34 | 34.46 | 20.46 | - |
| YUV | 144.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 111 | 0.43 | 0 | 0.37 | 0.31 | 129.47 | 0.32 | 0.54 |
| Hex | 63 | AF | 6F | 2B | 0 | 25 | 1F | 81 | 20 | 36 |
| Octal | 143 | 257 | 157 | 53 | 0 | 45 | 37 | 201 | 40 | 66 |
| Binary | 1100011 | 10101111 | 1101111 | 101011 | 0 | 100101 | 11111 | 10000001 | 100000 | 110110 |
Color Harmonies of #63AF6F
Complementary color
Monochromatic Colors of #63AF6F
Black with #63AF6F
Text Example
Text Example
White with #63AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF6F; }
p { color: rgb(99,175,111); }
H1.HeaderClassName
{
color: #63AF6F;
}
.AnyTagClassName
{
color: #63AF6F;
}
</style>
background-color css
<style>
a { background-color: #63AF6F; }
a { background-color: rgb(99,175,111); }
div.DivClassName
{
background-color: #63AF6F;
}
.BgClassName
{
background-color: #63AF6F;
}
</style>
border-color css
<style>
span { border-color: #63AF6F; }
span { border-color: rgb(99,175,111); }
td.TdClassName
{
border-color: #63AF6F;
}
.TagClassName
{
border-color: #63AF6F;
}
</style>