Shades of Fern #60A369
Tints of Fern #60A369
RGB
CMYK
RGB Variations
Color information
#60A369 (or 0x60A369) is known color: Fern. HEX triplet: 60, A3 and 69. RGB value is (96,163,105). Sum of RGB (Red+Green+Blue) = 96+163+105=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #60A369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A369 is #9F5C96. Grayscale: #888888. Windows color (decimal): -10443927 or 6923104. OLE color: 6923104.
HSL color Cylindrical-coordinate representation of color #60A369: hue angle of 128.06º 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 #60A369 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 105 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.36 |
| HSL | 128.06º | 0.27% | 0.51% | - |
| HSV(B) | 128.06º | 0.41% | 0.64% | - |
| XYZ | 20.47 | 29.7 | 18.02 | - |
| YUV | 136.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 105 | 0.41 | 0 | 0.36 | 0.36 | 128.06 | 0.27 | 0.51 |
| Hex | 60 | A3 | 69 | 29 | 0 | 24 | 24 | 80 | 1B | 33 |
| Octal | 140 | 243 | 151 | 51 | 0 | 44 | 44 | 200 | 33 | 63 |
| Binary | 1100000 | 10100011 | 1101001 | 101001 | 0 | 100100 | 100100 | 10000000 | 11011 | 110011 |
Color Harmonies of #60A369
Complementary color
Monochromatic Colors of #60A369
Black with #60A369
Text Example
Text Example
White with #60A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A369; }
p { color: rgb(96,163,105); }
H1.HeaderClassName
{
color: #60A369;
}
.AnyTagClassName
{
color: #60A369;
}
</style>
background-color css
<style>
a { background-color: #60A369; }
a { background-color: rgb(96,163,105); }
div.DivClassName
{
background-color: #60A369;
}
.BgClassName
{
background-color: #60A369;
}
</style>
border-color css
<style>
span { border-color: #60A369; }
span { border-color: rgb(96,163,105); }
td.TdClassName
{
border-color: #60A369;
}
.TagClassName
{
border-color: #60A369;
}
</style>