Shades of Fern #60B665
Tints of Fern #60B665
RGB
CMYK
RGB Variations
Color information
#60B665 (or 0x60B665) is known color: Fern. HEX triplet: 60, B6 and 65. RGB value is (96,182,101). Sum of RGB (Red+Green+Blue) = 96+182+101=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #60B665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B665 is #9F499A. Grayscale: #939393. Windows color (decimal): -10439067 or 6665824. OLE color: 6665824.
HSL color Cylindrical-coordinate representation of color #60B665: hue angle of 123.49º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B665 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 182 | 101 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.29 |
| HSL | 123.49º | 0.37% | 0.55% | - |
| HSV(B) | 123.49º | 0.47% | 0.71% | - |
| XYZ | 23.9 | 36.88 | 18.17 | - |
| YUV | 147.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 101 | 0.47 | 0 | 0.45 | 0.29 | 123.49 | 0.37 | 0.55 |
| Hex | 60 | B6 | 65 | 2F | 0 | 2D | 1D | 7B | 25 | 37 |
| Octal | 140 | 266 | 145 | 57 | 0 | 55 | 35 | 173 | 45 | 67 |
| Binary | 1100000 | 10110110 | 1100101 | 101111 | 0 | 101101 | 11101 | 1111011 | 100101 | 110111 |
Color Harmonies of #60B665
Complementary color
Monochromatic Colors of #60B665
Black with #60B665
Text Example
Text Example
White with #60B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B665; }
p { color: rgb(96,182,101); }
H1.HeaderClassName
{
color: #60B665;
}
.AnyTagClassName
{
color: #60B665;
}
</style>
background-color css
<style>
a { background-color: #60B665; }
a { background-color: rgb(96,182,101); }
div.DivClassName
{
background-color: #60B665;
}
.BgClassName
{
background-color: #60B665;
}
</style>
border-color css
<style>
span { border-color: #60B665; }
span { border-color: rgb(96,182,101); }
td.TdClassName
{
border-color: #60B665;
}
.TagClassName
{
border-color: #60B665;
}
</style>