Shades of Fern #60B173
Tints of Fern #60B173
RGB
CMYK
RGB Variations
Color information
#60B173 (or 0x60B173) is known color: Fern. HEX triplet: 60, B1 and 73. RGB value is (96,177,115). Sum of RGB (Red+Green+Blue) = 96+177+115=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #60B173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B173 is #9F4E8C. Grayscale: #919191. Windows color (decimal): -10440333 or 7582048. OLE color: 7582048.
HSL color Cylindrical-coordinate representation of color #60B173: hue angle of 134.07º 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 #60B173 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 115 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.31 |
| HSL | 134.07º | 0.34% | 0.54% | - |
| HSV(B) | 134.07º | 0.46% | 0.69% | - |
| XYZ | 23.64 | 35.17 | 21.76 | - |
| YUV | 145.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 115 | 0.46 | 0 | 0.35 | 0.31 | 134.07 | 0.34 | 0.54 |
| Hex | 60 | B1 | 73 | 2E | 0 | 23 | 1F | 86 | 22 | 36 |
| Octal | 140 | 261 | 163 | 56 | 0 | 43 | 37 | 206 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1110011 | 101110 | 0 | 100011 | 11111 | 10000110 | 100010 | 110110 |
Color Harmonies of #60B173
Complementary color
Monochromatic Colors of #60B173
Black with #60B173
Text Example
Text Example
White with #60B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B173; }
p { color: rgb(96,177,115); }
H1.HeaderClassName
{
color: #60B173;
}
.AnyTagClassName
{
color: #60B173;
}
</style>
background-color css
<style>
a { background-color: #60B173; }
a { background-color: rgb(96,177,115); }
div.DivClassName
{
background-color: #60B173;
}
.BgClassName
{
background-color: #60B173;
}
</style>
border-color css
<style>
span { border-color: #60B173; }
span { border-color: rgb(96,177,115); }
td.TdClassName
{
border-color: #60B173;
}
.TagClassName
{
border-color: #60B173;
}
</style>