Shades of Fern #66B460
Tints of Fern #66B460
RGB
CMYK
RGB Variations
Color information
#66B460 (or 0x66B460) is known color: Fern. HEX triplet: 66, B4 and 60. RGB value is (102,180,96). Sum of RGB (Red+Green+Blue) = 102+180+96=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #66B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B460 is #994B9F. Grayscale: #939393. Windows color (decimal): -10046368 or 6337638. OLE color: 6337638.
HSL color Cylindrical-coordinate representation of color #66B460: hue angle of 115.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B460 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 96 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.29 |
| HSL | 115.71º | 0.36% | 0.54% | - |
| HSV(B) | 115.71º | 0.47% | 0.71% | - |
| XYZ | 23.91 | 36.31 | 16.81 | - |
| YUV | 147.1 | 99.16 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 96 | 0.43 | 0 | 0.47 | 0.29 | 115.71 | 0.36 | 0.54 |
| Hex | 66 | B4 | 60 | 2B | 0 | 2F | 1D | 74 | 24 | 36 |
| Octal | 146 | 264 | 140 | 53 | 0 | 57 | 35 | 164 | 44 | 66 |
| Binary | 1100110 | 10110100 | 1100000 | 101011 | 0 | 101111 | 11101 | 1110100 | 100100 | 110110 |
Color Harmonies of #66B460
Complementary color
Monochromatic Colors of #66B460
Black with #66B460
Text Example
Text Example
White with #66B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B460; }
p { color: rgb(102,180,96); }
H1.HeaderClassName
{
color: #66B460;
}
.AnyTagClassName
{
color: #66B460;
}
</style>
background-color css
<style>
a { background-color: #66B460; }
a { background-color: rgb(102,180,96); }
div.DivClassName
{
background-color: #66B460;
}
.BgClassName
{
background-color: #66B460;
}
</style>
border-color css
<style>
span { border-color: #66B460; }
span { border-color: rgb(102,180,96); }
td.TdClassName
{
border-color: #66B460;
}
.TagClassName
{
border-color: #66B460;
}
</style>