Shades of Fern #60B87B
Tints of Fern #60B87B
RGB
CMYK
RGB Variations
Color information
#60B87B (or 0x60B87B) is known color: Fern. HEX triplet: 60, B8 and 7B. RGB value is (96,184,123). Sum of RGB (Red+Green+Blue) = 96+184+123=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #60B87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B87B is #9F4784. Grayscale: #969696. Windows color (decimal): -10438533 or 8108128. OLE color: 8108128.
HSL color Cylindrical-coordinate representation of color #60B87B: hue angle of 138.41º 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 #60B87B is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 123 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.28 |
| HSL | 138.41º | 0.38% | 0.55% | - |
| HSV(B) | 138.41º | 0.48% | 0.72% | - |
| XYZ | 25.54 | 38.2 | 24.77 | - |
| YUV | 150.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 123 | 0.48 | 0 | 0.33 | 0.28 | 138.41 | 0.38 | 0.55 |
| Hex | 60 | B8 | 7B | 30 | 0 | 21 | 1C | 8A | 26 | 37 |
| Octal | 140 | 270 | 173 | 60 | 0 | 41 | 34 | 212 | 46 | 67 |
| Binary | 1100000 | 10111000 | 1111011 | 110000 | 0 | 100001 | 11100 | 10001010 | 100110 | 110111 |
Color Harmonies of #60B87B
Complementary color
Monochromatic Colors of #60B87B
Black with #60B87B
Text Example
Text Example
White with #60B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B87B; }
p { color: rgb(96,184,123); }
H1.HeaderClassName
{
color: #60B87B;
}
.AnyTagClassName
{
color: #60B87B;
}
</style>
background-color css
<style>
a { background-color: #60B87B; }
a { background-color: rgb(96,184,123); }
div.DivClassName
{
background-color: #60B87B;
}
.BgClassName
{
background-color: #60B87B;
}
</style>
border-color css
<style>
span { border-color: #60B87B; }
span { border-color: rgb(96,184,123); }
td.TdClassName
{
border-color: #60B87B;
}
.TagClassName
{
border-color: #60B87B;
}
</style>