Shades of Fern #60B75D
Tints of Fern #60B75D
RGB
CMYK
RGB Variations
Color information
#60B75D (or 0x60B75D) is known color: Fern. HEX triplet: 60, B7 and 5D. RGB value is (96,183,93). Sum of RGB (Red+Green+Blue) = 96+183+93=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #60B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B75D is #9F48A2. Grayscale: #929292. Windows color (decimal): -10438819 or 6141792. OLE color: 6141792.
HSL color Cylindrical-coordinate representation of color #60B75D: hue angle of 118º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B75D is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 93 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.28 |
| HSL | 118º | 0.38% | 0.54% | - |
| HSV(B) | 118º | 0.49% | 0.72% | - |
| XYZ | 23.73 | 37.14 | 16.27 | - |
| YUV | 146.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 93 | 0.48 | 0 | 0.49 | 0.28 | 118 | 0.38 | 0.54 |
| Hex | 60 | B7 | 5D | 30 | 0 | 31 | 1C | 76 | 26 | 36 |
| Octal | 140 | 267 | 135 | 60 | 0 | 61 | 34 | 166 | 46 | 66 |
| Binary | 1100000 | 10110111 | 1011101 | 110000 | 0 | 110001 | 11100 | 1110110 | 100110 | 110110 |
Color Harmonies of #60B75D
Complementary color
Monochromatic Colors of #60B75D
Black with #60B75D
Text Example
Text Example
White with #60B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B75D; }
p { color: rgb(96,183,93); }
H1.HeaderClassName
{
color: #60B75D;
}
.AnyTagClassName
{
color: #60B75D;
}
</style>
background-color css
<style>
a { background-color: #60B75D; }
a { background-color: rgb(96,183,93); }
div.DivClassName
{
background-color: #60B75D;
}
.BgClassName
{
background-color: #60B75D;
}
</style>
border-color css
<style>
span { border-color: #60B75D; }
span { border-color: rgb(96,183,93); }
td.TdClassName
{
border-color: #60B75D;
}
.TagClassName
{
border-color: #60B75D;
}
</style>