Shades of Fern #60AC65
Tints of Fern #60AC65
RGB
CMYK
RGB Variations
Color information
#60AC65 (or 0x60AC65) is known color: Fern. HEX triplet: 60, AC and 65. RGB value is (96,172,101). Sum of RGB (Red+Green+Blue) = 96+172+101=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC65 is #9F539A. Grayscale: #8D8D8D. Windows color (decimal): -10441627 or 6663264. OLE color: 6663264.
HSL color Cylindrical-coordinate representation of color #60AC65: hue angle of 123.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC65 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 101 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.33 |
| HSL | 123.95º | 0.31% | 0.53% | - |
| HSV(B) | 123.95º | 0.44% | 0.67% | - |
| XYZ | 21.93 | 32.93 | 17.51 | - |
| YUV | 141.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 101 | 0.44 | 0 | 0.41 | 0.33 | 123.95 | 0.31 | 0.53 |
| Hex | 60 | AC | 65 | 2C | 0 | 29 | 21 | 7C | 1F | 35 |
| Octal | 140 | 254 | 145 | 54 | 0 | 51 | 41 | 174 | 37 | 65 |
| Binary | 1100000 | 10101100 | 1100101 | 101100 | 0 | 101001 | 100001 | 1111100 | 11111 | 110101 |
Color Harmonies of #60AC65
Complementary color
Monochromatic Colors of #60AC65
Black with #60AC65
Text Example
Text Example
White with #60AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC65; }
p { color: rgb(96,172,101); }
H1.HeaderClassName
{
color: #60AC65;
}
.AnyTagClassName
{
color: #60AC65;
}
</style>
background-color css
<style>
a { background-color: #60AC65; }
a { background-color: rgb(96,172,101); }
div.DivClassName
{
background-color: #60AC65;
}
.BgClassName
{
background-color: #60AC65;
}
</style>
border-color css
<style>
span { border-color: #60AC65; }
span { border-color: rgb(96,172,101); }
td.TdClassName
{
border-color: #60AC65;
}
.TagClassName
{
border-color: #60AC65;
}
</style>