Shades of Fern #60B16C
Tints of Fern #60B16C
RGB
CMYK
RGB Variations
Color information
#60B16C (or 0x60B16C) is known color: Fern. HEX triplet: 60, B1 and 6C. RGB value is (96,177,108). Sum of RGB (Red+Green+Blue) = 96+177+108=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #60B16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B16C is #9F4E93. Grayscale: #919191. Windows color (decimal): -10440340 or 7123296. OLE color: 7123296.
HSL color Cylindrical-coordinate representation of color #60B16C: hue angle of 128.89º 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 #60B16C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 108 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.31 |
| HSL | 128.89º | 0.34% | 0.54% | - |
| HSV(B) | 128.89º | 0.46% | 0.69% | - |
| XYZ | 23.25 | 35.01 | 19.72 | - |
| YUV | 144.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 108 | 0.46 | 0 | 0.39 | 0.31 | 128.89 | 0.34 | 0.54 |
| Hex | 60 | B1 | 6C | 2E | 0 | 27 | 1F | 81 | 22 | 36 |
| Octal | 140 | 261 | 154 | 56 | 0 | 47 | 37 | 201 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1101100 | 101110 | 0 | 100111 | 11111 | 10000001 | 100010 | 110110 |
Color Harmonies of #60B16C
Complementary color
Monochromatic Colors of #60B16C
Black with #60B16C
Text Example
Text Example
White with #60B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B16C; }
p { color: rgb(96,177,108); }
H1.HeaderClassName
{
color: #60B16C;
}
.AnyTagClassName
{
color: #60B16C;
}
</style>
background-color css
<style>
a { background-color: #60B16C; }
a { background-color: rgb(96,177,108); }
div.DivClassName
{
background-color: #60B16C;
}
.BgClassName
{
background-color: #60B16C;
}
</style>
border-color css
<style>
span { border-color: #60B16C; }
span { border-color: rgb(96,177,108); }
td.TdClassName
{
border-color: #60B16C;
}
.TagClassName
{
border-color: #60B16C;
}
</style>