Shades of Fern #60A368
Tints of Fern #60A368
RGB
CMYK
RGB Variations
Color information
#60A368 (or 0x60A368) is known color: Fern. HEX triplet: 60, A3 and 68. RGB value is (96,163,104). Sum of RGB (Red+Green+Blue) = 96+163+104=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #60A368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A368 is #9F5C97. Grayscale: #888888. Windows color (decimal): -10443928 or 6857568. OLE color: 6857568.
HSL color Cylindrical-coordinate representation of color #60A368: hue angle of 127.16º 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 #60A368 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 104 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.36 |
| HSL | 127.16º | 0.27% | 0.51% | - |
| HSV(B) | 127.16º | 0.41% | 0.64% | - |
| XYZ | 20.42 | 29.68 | 17.75 | - |
| YUV | 136.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 104 | 0.41 | 0 | 0.36 | 0.36 | 127.16 | 0.27 | 0.51 |
| Hex | 60 | A3 | 68 | 29 | 0 | 24 | 24 | 7F | 1B | 33 |
| Octal | 140 | 243 | 150 | 51 | 0 | 44 | 44 | 177 | 33 | 63 |
| Binary | 1100000 | 10100011 | 1101000 | 101001 | 0 | 100100 | 100100 | 1111111 | 11011 | 110011 |
Color Harmonies of #60A368
Complementary color
Monochromatic Colors of #60A368
Black with #60A368
Text Example
Text Example
White with #60A368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A368; }
p { color: rgb(96,163,104); }
H1.HeaderClassName
{
color: #60A368;
}
.AnyTagClassName
{
color: #60A368;
}
</style>
background-color css
<style>
a { background-color: #60A368; }
a { background-color: rgb(96,163,104); }
div.DivClassName
{
background-color: #60A368;
}
.BgClassName
{
background-color: #60A368;
}
</style>
border-color css
<style>
span { border-color: #60A368; }
span { border-color: rgb(96,163,104); }
td.TdClassName
{
border-color: #60A368;
}
.TagClassName
{
border-color: #60A368;
}
</style>