Shades of Fern #60B278
Tints of Fern #60B278
RGB
CMYK
RGB Variations
Color information
#60B278 (or 0x60B278) is known color: Fern. HEX triplet: 60, B2 and 78. RGB value is (96,178,120). Sum of RGB (Red+Green+Blue) = 96+178+120=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #60B278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B278 is #9F4D87. Grayscale: #939393. Windows color (decimal): -10440072 or 7909984. OLE color: 7909984.
HSL color Cylindrical-coordinate representation of color #60B278: hue angle of 137.56º 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 #60B278 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 120 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.30 |
| HSL | 137.56º | 0.35% | 0.54% | - |
| HSV(B) | 137.56º | 0.46% | 0.7% | - |
| XYZ | 24.13 | 35.68 | 23.38 | - |
| YUV | 146.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 120 | 0.46 | 0 | 0.33 | 0.30 | 137.56 | 0.35 | 0.54 |
| Hex | 60 | B2 | 78 | 2E | 0 | 21 | 1E | 8A | 23 | 36 |
| Octal | 140 | 262 | 170 | 56 | 0 | 41 | 36 | 212 | 43 | 66 |
| Binary | 1100000 | 10110010 | 1111000 | 101110 | 0 | 100001 | 11110 | 10001010 | 100011 | 110110 |
Color Harmonies of #60B278
Complementary color
Monochromatic Colors of #60B278
Black with #60B278
Text Example
Text Example
White with #60B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B278; }
p { color: rgb(96,178,120); }
H1.HeaderClassName
{
color: #60B278;
}
.AnyTagClassName
{
color: #60B278;
}
</style>
background-color css
<style>
a { background-color: #60B278; }
a { background-color: rgb(96,178,120); }
div.DivClassName
{
background-color: #60B278;
}
.BgClassName
{
background-color: #60B278;
}
</style>
border-color css
<style>
span { border-color: #60B278; }
span { border-color: rgb(96,178,120); }
td.TdClassName
{
border-color: #60B278;
}
.TagClassName
{
border-color: #60B278;
}
</style>