Shades of Fern #5FAC68
Tints of Fern #5FAC68
RGB
CMYK
RGB Variations
Color information
#5FAC68 (or 0x5FAC68) is known color: Fern. HEX triplet: 5F, AC and 68. RGB value is (95,172,104). Sum of RGB (Red+Green+Blue) = 95+172+104=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC68 is #A05397. Grayscale: #8D8D8D. Windows color (decimal): -10507160 or 6859871. OLE color: 6859871.
HSL color Cylindrical-coordinate representation of color #5FAC68: hue angle of 127.01º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC68 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 104 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.33 |
| HSL | 127.01º | 0.32% | 0.52% | - |
| HSV(B) | 127.01º | 0.45% | 0.67% | - |
| XYZ | 21.97 | 32.94 | 18.3 | - |
| YUV | 141.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 104 | 0.45 | 0 | 0.40 | 0.33 | 127.01 | 0.32 | 0.52 |
| Hex | 5F | AC | 68 | 2D | 0 | 28 | 21 | 7F | 20 | 34 |
| Octal | 137 | 254 | 150 | 55 | 0 | 50 | 41 | 177 | 40 | 64 |
| Binary | 1011111 | 10101100 | 1101000 | 101101 | 0 | 101000 | 100001 | 1111111 | 100000 | 110100 |
Color Harmonies of #5FAC68
Complementary color
Monochromatic Colors of #5FAC68
Black with #5FAC68
Text Example
Text Example
White with #5FAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC68; }
p { color: rgb(95,172,104); }
H1.HeaderClassName
{
color: #5FAC68;
}
.AnyTagClassName
{
color: #5FAC68;
}
</style>
background-color css
<style>
a { background-color: #5FAC68; }
a { background-color: rgb(95,172,104); }
div.DivClassName
{
background-color: #5FAC68;
}
.BgClassName
{
background-color: #5FAC68;
}
</style>
border-color css
<style>
span { border-color: #5FAC68; }
span { border-color: rgb(95,172,104); }
td.TdClassName
{
border-color: #5FAC68;
}
.TagClassName
{
border-color: #5FAC68;
}
</style>