Shades of Fern #60B279
Tints of Fern #60B279
RGB
CMYK
RGB Variations
Color information
#60B279 (or 0x60B279) is known color: Fern. HEX triplet: 60, B2 and 79. RGB value is (96,178,121). Sum of RGB (Red+Green+Blue) = 96+178+121=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #60B279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B279 is #9F4D86. Grayscale: #939393. Windows color (decimal): -10440071 or 7975520. OLE color: 7975520.
HSL color Cylindrical-coordinate representation of color #60B279: hue angle of 138.29º 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 #60B279 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 121 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.30 |
| HSL | 138.29º | 0.35% | 0.54% | - |
| HSV(B) | 138.29º | 0.46% | 0.7% | - |
| XYZ | 24.2 | 35.71 | 23.71 | - |
| YUV | 146.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 121 | 0.46 | 0 | 0.32 | 0.30 | 138.29 | 0.35 | 0.54 |
| Hex | 60 | B2 | 79 | 2E | 0 | 20 | 1E | 8A | 23 | 36 |
| Octal | 140 | 262 | 171 | 56 | 0 | 40 | 36 | 212 | 43 | 66 |
| Binary | 1100000 | 10110010 | 1111001 | 101110 | 0 | 100000 | 11110 | 10001010 | 100011 | 110110 |
Color Harmonies of #60B279
Complementary color
Monochromatic Colors of #60B279
Black with #60B279
Text Example
Text Example
White with #60B279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B279; }
p { color: rgb(96,178,121); }
H1.HeaderClassName
{
color: #60B279;
}
.AnyTagClassName
{
color: #60B279;
}
</style>
background-color css
<style>
a { background-color: #60B279; }
a { background-color: rgb(96,178,121); }
div.DivClassName
{
background-color: #60B279;
}
.BgClassName
{
background-color: #60B279;
}
</style>
border-color css
<style>
span { border-color: #60B279; }
span { border-color: rgb(96,178,121); }
td.TdClassName
{
border-color: #60B279;
}
.TagClassName
{
border-color: #60B279;
}
</style>