Shades of Fern #60AF5B
Tints of Fern #60AF5B
RGB
CMYK
RGB Variations
Color information
#60AF5B (or 0x60AF5B) is known color: Fern. HEX triplet: 60, AF and 5B. RGB value is (96,175,91). Sum of RGB (Red+Green+Blue) = 96+175+91=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF5B is #9F50A4. Grayscale: #8E8E8E. Windows color (decimal): -10440869 or 6008672. OLE color: 6008672.
HSL color Cylindrical-coordinate representation of color #60AF5B: hue angle of 116.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60AF5B is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 91 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.31 |
| HSL | 116.43º | 0.34% | 0.52% | - |
| HSV(B) | 116.43º | 0.48% | 0.69% | - |
| XYZ | 22.04 | 33.9 | 15.28 | - |
| YUV | 141.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 91 | 0.45 | 0 | 0.48 | 0.31 | 116.43 | 0.34 | 0.52 |
| Hex | 60 | AF | 5B | 2D | 0 | 30 | 1F | 74 | 22 | 34 |
| Octal | 140 | 257 | 133 | 55 | 0 | 60 | 37 | 164 | 42 | 64 |
| Binary | 1100000 | 10101111 | 1011011 | 101101 | 0 | 110000 | 11111 | 1110100 | 100010 | 110100 |
Color Harmonies of #60AF5B
Complementary color
Monochromatic Colors of #60AF5B
Black with #60AF5B
Text Example
Text Example
White with #60AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF5B; }
p { color: rgb(96,175,91); }
H1.HeaderClassName
{
color: #60AF5B;
}
.AnyTagClassName
{
color: #60AF5B;
}
</style>
background-color css
<style>
a { background-color: #60AF5B; }
a { background-color: rgb(96,175,91); }
div.DivClassName
{
background-color: #60AF5B;
}
.BgClassName
{
background-color: #60AF5B;
}
</style>
border-color css
<style>
span { border-color: #60AF5B; }
span { border-color: rgb(96,175,91); }
td.TdClassName
{
border-color: #60AF5B;
}
.TagClassName
{
border-color: #60AF5B;
}
</style>