Shades of Fern #60AC6F
Tints of Fern #60AC6F
RGB
CMYK
RGB Variations
Color information
#60AC6F (or 0x60AC6F) is known color: Fern. HEX triplet: 60, AC and 6F. RGB value is (96,172,111). Sum of RGB (Red+Green+Blue) = 96+172+111=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC6F is #9F5390. Grayscale: #8E8E8E. Windows color (decimal): -10441617 or 7318624. OLE color: 7318624.
HSL color Cylindrical-coordinate representation of color #60AC6F: hue angle of 131.84º 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 #60AC6F is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 111 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.33 |
| HSL | 131.84º | 0.31% | 0.53% | - |
| HSV(B) | 131.84º | 0.44% | 0.67% | - |
| XYZ | 22.45 | 33.14 | 20.25 | - |
| YUV | 142.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 111 | 0.44 | 0 | 0.35 | 0.33 | 131.84 | 0.31 | 0.53 |
| Hex | 60 | AC | 6F | 2C | 0 | 23 | 21 | 84 | 1F | 35 |
| Octal | 140 | 254 | 157 | 54 | 0 | 43 | 41 | 204 | 37 | 65 |
| Binary | 1100000 | 10101100 | 1101111 | 101100 | 0 | 100011 | 100001 | 10000100 | 11111 | 110101 |
Color Harmonies of #60AC6F
Complementary color
Monochromatic Colors of #60AC6F
Black with #60AC6F
Text Example
Text Example
White with #60AC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC6F; }
p { color: rgb(96,172,111); }
H1.HeaderClassName
{
color: #60AC6F;
}
.AnyTagClassName
{
color: #60AC6F;
}
</style>
background-color css
<style>
a { background-color: #60AC6F; }
a { background-color: rgb(96,172,111); }
div.DivClassName
{
background-color: #60AC6F;
}
.BgClassName
{
background-color: #60AC6F;
}
</style>
border-color css
<style>
span { border-color: #60AC6F; }
span { border-color: rgb(96,172,111); }
td.TdClassName
{
border-color: #60AC6F;
}
.TagClassName
{
border-color: #60AC6F;
}
</style>