Shades of Fern #60AF6C
Tints of Fern #60AF6C
RGB
CMYK
RGB Variations
Color information
#60AF6C (or 0x60AF6C) is known color: Fern. HEX triplet: 60, AF and 6C. RGB value is (96,175,108). Sum of RGB (Red+Green+Blue) = 96+175+108=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF6C is #9F5093. Grayscale: #8F8F8F. Windows color (decimal): -10440852 or 7122784. OLE color: 7122784.
HSL color Cylindrical-coordinate representation of color #60AF6C: hue angle of 129.11º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF6C is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 108 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.31 |
| HSL | 129.11º | 0.33% | 0.53% | - |
| HSV(B) | 129.11º | 0.45% | 0.69% | - |
| XYZ | 22.86 | 34.23 | 19.59 | - |
| YUV | 143.74 | 107.83 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 108 | 0.45 | 0 | 0.38 | 0.31 | 129.11 | 0.33 | 0.53 |
| Hex | 60 | AF | 6C | 2D | 0 | 26 | 1F | 81 | 21 | 35 |
| Octal | 140 | 257 | 154 | 55 | 0 | 46 | 37 | 201 | 41 | 65 |
| Binary | 1100000 | 10101111 | 1101100 | 101101 | 0 | 100110 | 11111 | 10000001 | 100001 | 110101 |
Color Harmonies of #60AF6C
Complementary color
Monochromatic Colors of #60AF6C
Black with #60AF6C
Text Example
Text Example
White with #60AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF6C; }
p { color: rgb(96,175,108); }
H1.HeaderClassName
{
color: #60AF6C;
}
.AnyTagClassName
{
color: #60AF6C;
}
</style>
background-color css
<style>
a { background-color: #60AF6C; }
a { background-color: rgb(96,175,108); }
div.DivClassName
{
background-color: #60AF6C;
}
.BgClassName
{
background-color: #60AF6C;
}
</style>
border-color css
<style>
span { border-color: #60AF6C; }
span { border-color: rgb(96,175,108); }
td.TdClassName
{
border-color: #60AF6C;
}
.TagClassName
{
border-color: #60AF6C;
}
</style>