Shades of Fern #60AA64
Tints of Fern #60AA64
RGB
CMYK
RGB Variations
Color information
#60AA64 (or 0x60AA64) is known color: Fern. HEX triplet: 60, AA and 64. RGB value is (96,170,100). Sum of RGB (Red+Green+Blue) = 96+170+100=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA64 is #9F559B. Grayscale: #8C8C8C. Windows color (decimal): -10442140 or 6597216. OLE color: 6597216.
HSL color Cylindrical-coordinate representation of color #60AA64: hue angle of 123.24º degrees, saturation: 0.3, 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 #60AA64 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 100 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.33 |
| HSL | 123.24º | 0.3% | 0.52% | - |
| HSV(B) | 123.24º | 0.44% | 0.67% | - |
| XYZ | 21.5 | 32.16 | 17.13 | - |
| YUV | 139.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 100 | 0.44 | 0 | 0.41 | 0.33 | 123.24 | 0.3 | 0.52 |
| Hex | 60 | AA | 64 | 2C | 0 | 29 | 21 | 7B | 1E | 34 |
| Octal | 140 | 252 | 144 | 54 | 0 | 51 | 41 | 173 | 36 | 64 |
| Binary | 1100000 | 10101010 | 1100100 | 101100 | 0 | 101001 | 100001 | 1111011 | 11110 | 110100 |
Color Harmonies of #60AA64
Complementary color
Monochromatic Colors of #60AA64
Black with #60AA64
Text Example
Text Example
White with #60AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA64; }
p { color: rgb(96,170,100); }
H1.HeaderClassName
{
color: #60AA64;
}
.AnyTagClassName
{
color: #60AA64;
}
</style>
background-color css
<style>
a { background-color: #60AA64; }
a { background-color: rgb(96,170,100); }
div.DivClassName
{
background-color: #60AA64;
}
.BgClassName
{
background-color: #60AA64;
}
</style>
border-color css
<style>
span { border-color: #60AA64; }
span { border-color: rgb(96,170,100); }
td.TdClassName
{
border-color: #60AA64;
}
.TagClassName
{
border-color: #60AA64;
}
</style>