Shades of Fern #66B175
Tints of Fern #66B175
RGB
CMYK
RGB Variations
Color information
#66B175 (or 0x66B175) is known color: Fern. HEX triplet: 66, B1 and 75. RGB value is (102,177,117). Sum of RGB (Red+Green+Blue) = 102+177+117=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #66B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B175 is #994E8A. Grayscale: #939393. Windows color (decimal): -10047115 or 7713126. OLE color: 7713126.
HSL color Cylindrical-coordinate representation of color #66B175: hue angle of 132º 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 #66B175 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 117 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.31 |
| HSL | 132º | 0.32% | 0.55% | - |
| HSV(B) | 132º | 0.42% | 0.69% | - |
| XYZ | 24.41 | 35.55 | 22.41 | - |
| YUV | 147.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 117 | 0.42 | 0 | 0.34 | 0.31 | 132 | 0.32 | 0.55 |
| Hex | 66 | B1 | 75 | 2A | 0 | 22 | 1F | 84 | 20 | 37 |
| Octal | 146 | 261 | 165 | 52 | 0 | 42 | 37 | 204 | 40 | 67 |
| Binary | 1100110 | 10110001 | 1110101 | 101010 | 0 | 100010 | 11111 | 10000100 | 100000 | 110111 |
Color Harmonies of #66B175
Complementary color
Monochromatic Colors of #66B175
Black with #66B175
Text Example
Text Example
White with #66B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B175; }
p { color: rgb(102,177,117); }
H1.HeaderClassName
{
color: #66B175;
}
.AnyTagClassName
{
color: #66B175;
}
</style>
background-color css
<style>
a { background-color: #66B175; }
a { background-color: rgb(102,177,117); }
div.DivClassName
{
background-color: #66B175;
}
.BgClassName
{
background-color: #66B175;
}
</style>
border-color css
<style>
span { border-color: #66B175; }
span { border-color: rgb(102,177,117); }
td.TdClassName
{
border-color: #66B175;
}
.TagClassName
{
border-color: #66B175;
}
</style>