Shades of Fern #60B75F
Tints of Fern #60B75F
RGB
CMYK
RGB Variations
Color information
#60B75F (or 0x60B75F) is known color: Fern. HEX triplet: 60, B7 and 5F. RGB value is (96,183,95). Sum of RGB (Red+Green+Blue) = 96+183+95=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #60B75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B75F is #9F48A0. Grayscale: #939393. Windows color (decimal): -10438817 or 6272864. OLE color: 6272864.
HSL color Cylindrical-coordinate representation of color #60B75F: hue angle of 119.32º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B75F is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 95 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.28 |
| HSL | 119.32º | 0.38% | 0.55% | - |
| HSV(B) | 119.32º | 0.48% | 0.72% | - |
| XYZ | 23.82 | 37.18 | 16.75 | - |
| YUV | 146.96 | 98.68 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 95 | 0.48 | 0 | 0.48 | 0.28 | 119.32 | 0.38 | 0.55 |
| Hex | 60 | B7 | 5F | 30 | 0 | 30 | 1C | 77 | 26 | 37 |
| Octal | 140 | 267 | 137 | 60 | 0 | 60 | 34 | 167 | 46 | 67 |
| Binary | 1100000 | 10110111 | 1011111 | 110000 | 0 | 110000 | 11100 | 1110111 | 100110 | 110111 |
Color Harmonies of #60B75F
Complementary color
Monochromatic Colors of #60B75F
Black with #60B75F
Text Example
Text Example
White with #60B75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B75F; }
p { color: rgb(96,183,95); }
H1.HeaderClassName
{
color: #60B75F;
}
.AnyTagClassName
{
color: #60B75F;
}
</style>
background-color css
<style>
a { background-color: #60B75F; }
a { background-color: rgb(96,183,95); }
div.DivClassName
{
background-color: #60B75F;
}
.BgClassName
{
background-color: #60B75F;
}
</style>
border-color css
<style>
span { border-color: #60B75F; }
span { border-color: rgb(96,183,95); }
td.TdClassName
{
border-color: #60B75F;
}
.TagClassName
{
border-color: #60B75F;
}
</style>