Shades of Fern #60AB68
Tints of Fern #60AB68
RGB
CMYK
RGB Variations
Color information
#60AB68 (or 0x60AB68) is known color: Fern. HEX triplet: 60, AB and 68. RGB value is (96,171,104). Sum of RGB (Red+Green+Blue) = 96+171+104=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB68 is #9F5497. Grayscale: #8D8D8D. Windows color (decimal): -10441880 or 6859616. OLE color: 6859616.
HSL color Cylindrical-coordinate representation of color #60AB68: hue angle of 126.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AB68 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 104 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.33 |
| HSL | 126.4º | 0.31% | 0.52% | - |
| HSV(B) | 126.4º | 0.44% | 0.67% | - |
| XYZ | 21.89 | 32.61 | 18.24 | - |
| YUV | 140.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 104 | 0.44 | 0 | 0.39 | 0.33 | 126.4 | 0.31 | 0.52 |
| Hex | 60 | AB | 68 | 2C | 0 | 27 | 21 | 7E | 1F | 34 |
| Octal | 140 | 253 | 150 | 54 | 0 | 47 | 41 | 176 | 37 | 64 |
| Binary | 1100000 | 10101011 | 1101000 | 101100 | 0 | 100111 | 100001 | 1111110 | 11111 | 110100 |
Color Harmonies of #60AB68
Complementary color
Monochromatic Colors of #60AB68
Black with #60AB68
Text Example
Text Example
White with #60AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB68; }
p { color: rgb(96,171,104); }
H1.HeaderClassName
{
color: #60AB68;
}
.AnyTagClassName
{
color: #60AB68;
}
</style>
background-color css
<style>
a { background-color: #60AB68; }
a { background-color: rgb(96,171,104); }
div.DivClassName
{
background-color: #60AB68;
}
.BgClassName
{
background-color: #60AB68;
}
</style>
border-color css
<style>
span { border-color: #60AB68; }
span { border-color: rgb(96,171,104); }
td.TdClassName
{
border-color: #60AB68;
}
.TagClassName
{
border-color: #60AB68;
}
</style>