Shades of Fern #66B162
Tints of Fern #66B162
RGB
CMYK
RGB Variations
Color information
#66B162 (or 0x66B162) is known color: Fern. HEX triplet: 66, B1 and 62. RGB value is (102,177,98). Sum of RGB (Red+Green+Blue) = 102+177+98=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #66B162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B162 is #994E9D. Grayscale: #919191. Windows color (decimal): -10047134 or 6467942. OLE color: 6467942.
HSL color Cylindrical-coordinate representation of color #66B162: hue angle of 116.96º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B162 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 98 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.31 |
| HSL | 116.96º | 0.34% | 0.54% | - |
| HSV(B) | 116.96º | 0.45% | 0.69% | - |
| XYZ | 23.41 | 35.15 | 17.11 | - |
| YUV | 145.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 98 | 0.42 | 0 | 0.45 | 0.31 | 116.96 | 0.34 | 0.54 |
| Hex | 66 | B1 | 62 | 2A | 0 | 2D | 1F | 75 | 22 | 36 |
| Octal | 146 | 261 | 142 | 52 | 0 | 55 | 37 | 165 | 42 | 66 |
| Binary | 1100110 | 10110001 | 1100010 | 101010 | 0 | 101101 | 11111 | 1110101 | 100010 | 110110 |
Color Harmonies of #66B162
Complementary color
Monochromatic Colors of #66B162
Black with #66B162
Text Example
Text Example
White with #66B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B162; }
p { color: rgb(102,177,98); }
H1.HeaderClassName
{
color: #66B162;
}
.AnyTagClassName
{
color: #66B162;
}
</style>
background-color css
<style>
a { background-color: #66B162; }
a { background-color: rgb(102,177,98); }
div.DivClassName
{
background-color: #66B162;
}
.BgClassName
{
background-color: #66B162;
}
</style>
border-color css
<style>
span { border-color: #66B162; }
span { border-color: rgb(102,177,98); }
td.TdClassName
{
border-color: #66B162;
}
.TagClassName
{
border-color: #66B162;
}
</style>