Shades of Fern #60A360
Tints of Fern #60A360
RGB
CMYK
RGB Variations
Color information
#60A360 (or 0x60A360) is known color: Fern. HEX triplet: 60, A3 and 60. RGB value is (96,163,96). Sum of RGB (Red+Green+Blue) = 96+163+96=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #60A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A360 is #9F5C9F. Grayscale: #878787. Windows color (decimal): -10443936 or 6333280. OLE color: 6333280.
HSL color Cylindrical-coordinate representation of color #60A360: hue angle of 120º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A360 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 96 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.36 |
| HSL | 120º | 0.27% | 0.51% | - |
| HSV(B) | 120º | 0.41% | 0.64% | - |
| XYZ | 20.03 | 29.53 | 15.71 | - |
| YUV | 135.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 96 | 0.41 | 0 | 0.41 | 0.36 | 120 | 0.27 | 0.51 |
| Hex | 60 | A3 | 60 | 29 | 0 | 29 | 24 | 78 | 1B | 33 |
| Octal | 140 | 243 | 140 | 51 | 0 | 51 | 44 | 170 | 33 | 63 |
| Binary | 1100000 | 10100011 | 1100000 | 101001 | 0 | 101001 | 100100 | 1111000 | 11011 | 110011 |
Color Harmonies of #60A360
Complementary color
Monochromatic Colors of #60A360
Black with #60A360
Text Example
Text Example
White with #60A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A360; }
p { color: rgb(96,163,96); }
H1.HeaderClassName
{
color: #60A360;
}
.AnyTagClassName
{
color: #60A360;
}
</style>
background-color css
<style>
a { background-color: #60A360; }
a { background-color: rgb(96,163,96); }
div.DivClassName
{
background-color: #60A360;
}
.BgClassName
{
background-color: #60A360;
}
</style>
border-color css
<style>
span { border-color: #60A360; }
span { border-color: rgb(96,163,96); }
td.TdClassName
{
border-color: #60A360;
}
.TagClassName
{
border-color: #60A360;
}
</style>