Shades of Fern #60B16A
Tints of Fern #60B16A
RGB
CMYK
RGB Variations
Color information
#60B16A (or 0x60B16A) is known color: Fern. HEX triplet: 60, B1 and 6A. RGB value is (96,177,106). Sum of RGB (Red+Green+Blue) = 96+177+106=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #60B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B16A is #9F4E95. Grayscale: #909090. Windows color (decimal): -10440342 or 6992224. OLE color: 6992224.
HSL color Cylindrical-coordinate representation of color #60B16A: hue angle of 127.41º 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 #60B16A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 106 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.31 |
| HSL | 127.41º | 0.34% | 0.54% | - |
| HSV(B) | 127.41º | 0.46% | 0.69% | - |
| XYZ | 23.15 | 34.97 | 19.17 | - |
| YUV | 144.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 106 | 0.46 | 0 | 0.40 | 0.31 | 127.41 | 0.34 | 0.54 |
| Hex | 60 | B1 | 6A | 2E | 0 | 28 | 1F | 7F | 22 | 36 |
| Octal | 140 | 261 | 152 | 56 | 0 | 50 | 37 | 177 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1101010 | 101110 | 0 | 101000 | 11111 | 1111111 | 100010 | 110110 |
Color Harmonies of #60B16A
Complementary color
Monochromatic Colors of #60B16A
Black with #60B16A
Text Example
Text Example
White with #60B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B16A; }
p { color: rgb(96,177,106); }
H1.HeaderClassName
{
color: #60B16A;
}
.AnyTagClassName
{
color: #60B16A;
}
</style>
background-color css
<style>
a { background-color: #60B16A; }
a { background-color: rgb(96,177,106); }
div.DivClassName
{
background-color: #60B16A;
}
.BgClassName
{
background-color: #60B16A;
}
</style>
border-color css
<style>
span { border-color: #60B16A; }
span { border-color: rgb(96,177,106); }
td.TdClassName
{
border-color: #60B16A;
}
.TagClassName
{
border-color: #60B16A;
}
</style>