Shades of Fern #60B172
Tints of Fern #60B172
RGB
CMYK
RGB Variations
Color information
#60B172 (or 0x60B172) is known color: Fern. HEX triplet: 60, B1 and 72. RGB value is (96,177,114). Sum of RGB (Red+Green+Blue) = 96+177+114=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #60B172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B172 is #9F4E8D. Grayscale: #919191. Windows color (decimal): -10440334 or 7516512. OLE color: 7516512.
HSL color Cylindrical-coordinate representation of color #60B172: hue angle of 133.33º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B172 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 114 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.31 |
| HSL | 133.33º | 0.34% | 0.54% | - |
| HSV(B) | 133.33º | 0.46% | 0.69% | - |
| XYZ | 23.58 | 35.15 | 21.46 | - |
| YUV | 145.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 114 | 0.46 | 0 | 0.36 | 0.31 | 133.33 | 0.34 | 0.54 |
| Hex | 60 | B1 | 72 | 2E | 0 | 24 | 1F | 85 | 22 | 36 |
| Octal | 140 | 261 | 162 | 56 | 0 | 44 | 37 | 205 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1110010 | 101110 | 0 | 100100 | 11111 | 10000101 | 100010 | 110110 |
Color Harmonies of #60B172
Complementary color
Monochromatic Colors of #60B172
Black with #60B172
Text Example
Text Example
White with #60B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B172; }
p { color: rgb(96,177,114); }
H1.HeaderClassName
{
color: #60B172;
}
.AnyTagClassName
{
color: #60B172;
}
</style>
background-color css
<style>
a { background-color: #60B172; }
a { background-color: rgb(96,177,114); }
div.DivClassName
{
background-color: #60B172;
}
.BgClassName
{
background-color: #60B172;
}
</style>
border-color css
<style>
span { border-color: #60B172; }
span { border-color: rgb(96,177,114); }
td.TdClassName
{
border-color: #60B172;
}
.TagClassName
{
border-color: #60B172;
}
</style>