Shades of Fern #60B77B
Tints of Fern #60B77B
RGB
CMYK
RGB Variations
Color information
#60B77B (or 0x60B77B) is known color: Fern. HEX triplet: 60, B7 and 7B. RGB value is (96,183,123). Sum of RGB (Red+Green+Blue) = 96+183+123=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #60B77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B77B is #9F4884. Grayscale: #969696. Windows color (decimal): -10438789 or 8107872. OLE color: 8107872.
HSL color Cylindrical-coordinate representation of color #60B77B: hue angle of 138.62º 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 #60B77B is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 123 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.28 |
| HSL | 138.62º | 0.38% | 0.55% | - |
| HSV(B) | 138.62º | 0.48% | 0.72% | - |
| XYZ | 25.33 | 37.78 | 24.7 | - |
| YUV | 150.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 123 | 0.48 | 0 | 0.33 | 0.28 | 138.62 | 0.38 | 0.55 |
| Hex | 60 | B7 | 7B | 30 | 0 | 21 | 1C | 8B | 26 | 37 |
| Octal | 140 | 267 | 173 | 60 | 0 | 41 | 34 | 213 | 46 | 67 |
| Binary | 1100000 | 10110111 | 1111011 | 110000 | 0 | 100001 | 11100 | 10001011 | 100110 | 110111 |
Color Harmonies of #60B77B
Complementary color
Monochromatic Colors of #60B77B
Black with #60B77B
Text Example
Text Example
White with #60B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B77B; }
p { color: rgb(96,183,123); }
H1.HeaderClassName
{
color: #60B77B;
}
.AnyTagClassName
{
color: #60B77B;
}
</style>
background-color css
<style>
a { background-color: #60B77B; }
a { background-color: rgb(96,183,123); }
div.DivClassName
{
background-color: #60B77B;
}
.BgClassName
{
background-color: #60B77B;
}
</style>
border-color css
<style>
span { border-color: #60B77B; }
span { border-color: rgb(96,183,123); }
td.TdClassName
{
border-color: #60B77B;
}
.TagClassName
{
border-color: #60B77B;
}
</style>