Shades of Fern #60B365
Tints of Fern #60B365
RGB
CMYK
RGB Variations
Color information
#60B365 (or 0x60B365) is known color: Fern. HEX triplet: 60, B3 and 65. RGB value is (96,179,101). Sum of RGB (Red+Green+Blue) = 96+179+101=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #60B365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B365 is #9F4C9A. Grayscale: #919191. Windows color (decimal): -10439835 or 6665056. OLE color: 6665056.
HSL color Cylindrical-coordinate representation of color #60B365: hue angle of 123.61º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B365 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 101 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.30 |
| HSL | 123.61º | 0.35% | 0.54% | - |
| HSV(B) | 123.61º | 0.46% | 0.7% | - |
| XYZ | 23.29 | 35.67 | 17.97 | - |
| YUV | 145.29 | 103 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 101 | 0.46 | 0 | 0.44 | 0.30 | 123.61 | 0.35 | 0.54 |
| Hex | 60 | B3 | 65 | 2E | 0 | 2C | 1E | 7C | 23 | 36 |
| Octal | 140 | 263 | 145 | 56 | 0 | 54 | 36 | 174 | 43 | 66 |
| Binary | 1100000 | 10110011 | 1100101 | 101110 | 0 | 101100 | 11110 | 1111100 | 100011 | 110110 |
Color Harmonies of #60B365
Complementary color
Monochromatic Colors of #60B365
Black with #60B365
Text Example
Text Example
White with #60B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B365; }
p { color: rgb(96,179,101); }
H1.HeaderClassName
{
color: #60B365;
}
.AnyTagClassName
{
color: #60B365;
}
</style>
background-color css
<style>
a { background-color: #60B365; }
a { background-color: rgb(96,179,101); }
div.DivClassName
{
background-color: #60B365;
}
.BgClassName
{
background-color: #60B365;
}
</style>
border-color css
<style>
span { border-color: #60B365; }
span { border-color: rgb(96,179,101); }
td.TdClassName
{
border-color: #60B365;
}
.TagClassName
{
border-color: #60B365;
}
</style>