Shades of Fern #60AB64
Tints of Fern #60AB64
RGB
CMYK
RGB Variations
Color information
#60AB64 (or 0x60AB64) is known color: Fern. HEX triplet: 60, AB and 64. RGB value is (96,171,100). Sum of RGB (Red+Green+Blue) = 96+171+100=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB64 is #9F549B. Grayscale: #8C8C8C. Windows color (decimal): -10441884 or 6597472. OLE color: 6597472.
HSL color Cylindrical-coordinate representation of color #60AB64: hue angle of 123.2º 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 #60AB64 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 100 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.33 |
| HSL | 123.2º | 0.31% | 0.52% | - |
| HSV(B) | 123.2º | 0.44% | 0.67% | - |
| XYZ | 21.69 | 32.53 | 17.19 | - |
| YUV | 140.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 100 | 0.44 | 0 | 0.42 | 0.33 | 123.2 | 0.31 | 0.52 |
| Hex | 60 | AB | 64 | 2C | 0 | 2A | 21 | 7B | 1F | 34 |
| Octal | 140 | 253 | 144 | 54 | 0 | 52 | 41 | 173 | 37 | 64 |
| Binary | 1100000 | 10101011 | 1100100 | 101100 | 0 | 101010 | 100001 | 1111011 | 11111 | 110100 |
Color Harmonies of #60AB64
Complementary color
Monochromatic Colors of #60AB64
Black with #60AB64
Text Example
Text Example
White with #60AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB64; }
p { color: rgb(96,171,100); }
H1.HeaderClassName
{
color: #60AB64;
}
.AnyTagClassName
{
color: #60AB64;
}
</style>
background-color css
<style>
a { background-color: #60AB64; }
a { background-color: rgb(96,171,100); }
div.DivClassName
{
background-color: #60AB64;
}
.BgClassName
{
background-color: #60AB64;
}
</style>
border-color css
<style>
span { border-color: #60AB64; }
span { border-color: rgb(96,171,100); }
td.TdClassName
{
border-color: #60AB64;
}
.TagClassName
{
border-color: #60AB64;
}
</style>