Shades of Fern #63AF6D
Tints of Fern #63AF6D
RGB
CMYK
RGB Variations
Color information
#63AF6D (or 0x63AF6D) is known color: Fern. HEX triplet: 63, AF and 6D. RGB value is (99,175,109). Sum of RGB (Red+Green+Blue) = 99+175+109=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF6D is #9C5092. Grayscale: #909090. Windows color (decimal): -10244243 or 7188323. OLE color: 7188323.
HSL color Cylindrical-coordinate representation of color #63AF6D: hue angle of 127.89º 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 #63AF6D is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 109 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.31 |
| HSL | 127.89º | 0.32% | 0.54% | - |
| HSV(B) | 127.89º | 0.43% | 0.69% | - |
| XYZ | 23.24 | 34.42 | 19.89 | - |
| YUV | 144.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 109 | 0.43 | 0 | 0.38 | 0.31 | 127.89 | 0.32 | 0.54 |
| Hex | 63 | AF | 6D | 2B | 0 | 26 | 1F | 80 | 20 | 36 |
| Octal | 143 | 257 | 155 | 53 | 0 | 46 | 37 | 200 | 40 | 66 |
| Binary | 1100011 | 10101111 | 1101101 | 101011 | 0 | 100110 | 11111 | 10000000 | 100000 | 110110 |
Color Harmonies of #63AF6D
Complementary color
Monochromatic Colors of #63AF6D
Black with #63AF6D
Text Example
Text Example
White with #63AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF6D; }
p { color: rgb(99,175,109); }
H1.HeaderClassName
{
color: #63AF6D;
}
.AnyTagClassName
{
color: #63AF6D;
}
</style>
background-color css
<style>
a { background-color: #63AF6D; }
a { background-color: rgb(99,175,109); }
div.DivClassName
{
background-color: #63AF6D;
}
.BgClassName
{
background-color: #63AF6D;
}
</style>
border-color css
<style>
span { border-color: #63AF6D; }
span { border-color: rgb(99,175,109); }
td.TdClassName
{
border-color: #63AF6D;
}
.TagClassName
{
border-color: #63AF6D;
}
</style>