Shades of Fern #60AB5C
Tints of Fern #60AB5C
RGB
CMYK
RGB Variations
Color information
#60AB5C (or 0x60AB5C) is known color: Fern. HEX triplet: 60, AB and 5C. RGB value is (96,171,92). Sum of RGB (Red+Green+Blue) = 96+171+92=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB5C is #9F54A3. Grayscale: #8B8B8B. Windows color (decimal): -10441892 or 6073184. OLE color: 6073184.
HSL color Cylindrical-coordinate representation of color #60AB5C: hue angle of 116.96º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60AB5C is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 92 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.33 |
| HSL | 116.96º | 0.32% | 0.52% | - |
| HSV(B) | 116.96º | 0.46% | 0.67% | - |
| XYZ | 21.32 | 32.39 | 15.25 | - |
| YUV | 139.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 92 | 0.44 | 0 | 0.46 | 0.33 | 116.96 | 0.32 | 0.52 |
| Hex | 60 | AB | 5C | 2C | 0 | 2E | 21 | 75 | 20 | 34 |
| Octal | 140 | 253 | 134 | 54 | 0 | 56 | 41 | 165 | 40 | 64 |
| Binary | 1100000 | 10101011 | 1011100 | 101100 | 0 | 101110 | 100001 | 1110101 | 100000 | 110100 |
Color Harmonies of #60AB5C
Complementary color
Monochromatic Colors of #60AB5C
Black with #60AB5C
Text Example
Text Example
White with #60AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB5C; }
p { color: rgb(96,171,92); }
H1.HeaderClassName
{
color: #60AB5C;
}
.AnyTagClassName
{
color: #60AB5C;
}
</style>
background-color css
<style>
a { background-color: #60AB5C; }
a { background-color: rgb(96,171,92); }
div.DivClassName
{
background-color: #60AB5C;
}
.BgClassName
{
background-color: #60AB5C;
}
</style>
border-color css
<style>
span { border-color: #60AB5C; }
span { border-color: rgb(96,171,92); }
td.TdClassName
{
border-color: #60AB5C;
}
.TagClassName
{
border-color: #60AB5C;
}
</style>