Shades of Fern #66B176
Tints of Fern #66B176
RGB
CMYK
RGB Variations
Color information
#66B176 (or 0x66B176) is known color: Fern. HEX triplet: 66, B1 and 76. RGB value is (102,177,118). Sum of RGB (Red+Green+Blue) = 102+177+118=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #66B176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B176 is #994E89. Grayscale: #949494. Windows color (decimal): -10047114 or 7778662. OLE color: 7778662.
HSL color Cylindrical-coordinate representation of color #66B176: hue angle of 132.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B176 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 118 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.31 |
| HSL | 132.8º | 0.32% | 0.55% | - |
| HSV(B) | 132.8º | 0.42% | 0.69% | - |
| XYZ | 24.47 | 35.58 | 22.72 | - |
| YUV | 147.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 118 | 0.42 | 0 | 0.33 | 0.31 | 132.8 | 0.32 | 0.55 |
| Hex | 66 | B1 | 76 | 2A | 0 | 21 | 1F | 85 | 20 | 37 |
| Octal | 146 | 261 | 166 | 52 | 0 | 41 | 37 | 205 | 40 | 67 |
| Binary | 1100110 | 10110001 | 1110110 | 101010 | 0 | 100001 | 11111 | 10000101 | 100000 | 110111 |
Color Harmonies of #66B176
Complementary color
Monochromatic Colors of #66B176
Black with #66B176
Text Example
Text Example
White with #66B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B176; }
p { color: rgb(102,177,118); }
H1.HeaderClassName
{
color: #66B176;
}
.AnyTagClassName
{
color: #66B176;
}
</style>
background-color css
<style>
a { background-color: #66B176; }
a { background-color: rgb(102,177,118); }
div.DivClassName
{
background-color: #66B176;
}
.BgClassName
{
background-color: #66B176;
}
</style>
border-color css
<style>
span { border-color: #66B176; }
span { border-color: rgb(102,177,118); }
td.TdClassName
{
border-color: #66B176;
}
.TagClassName
{
border-color: #66B176;
}
</style>