Shades of Fern #66B875
Tints of Fern #66B875
RGB
CMYK
RGB Variations
Color information
#66B875 (or 0x66B875) is known color: Fern. HEX triplet: 66, B8 and 75. RGB value is (102,184,117). Sum of RGB (Red+Green+Blue) = 102+184+117=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #66B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B875 is #99478A. Grayscale: #989898. Windows color (decimal): -10045323 or 7714918. OLE color: 7714918.
HSL color Cylindrical-coordinate representation of color #66B875: hue angle of 130.98º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B875 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 184 | 117 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.28 |
| HSL | 130.98º | 0.37% | 0.56% | - |
| HSV(B) | 130.98º | 0.45% | 0.72% | - |
| XYZ | 25.83 | 38.39 | 22.88 | - |
| YUV | 151.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 117 | 0.45 | 0 | 0.36 | 0.28 | 130.98 | 0.37 | 0.56 |
| Hex | 66 | B8 | 75 | 2D | 0 | 24 | 1C | 83 | 25 | 38 |
| Octal | 146 | 270 | 165 | 55 | 0 | 44 | 34 | 203 | 45 | 70 |
| Binary | 1100110 | 10111000 | 1110101 | 101101 | 0 | 100100 | 11100 | 10000011 | 100101 | 111000 |
Color Harmonies of #66B875
Complementary color
Monochromatic Colors of #66B875
Black with #66B875
Text Example
Text Example
White with #66B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B875; }
p { color: rgb(102,184,117); }
H1.HeaderClassName
{
color: #66B875;
}
.AnyTagClassName
{
color: #66B875;
}
</style>
background-color css
<style>
a { background-color: #66B875; }
a { background-color: rgb(102,184,117); }
div.DivClassName
{
background-color: #66B875;
}
.BgClassName
{
background-color: #66B875;
}
</style>
border-color css
<style>
span { border-color: #66B875; }
span { border-color: rgb(102,184,117); }
td.TdClassName
{
border-color: #66B875;
}
.TagClassName
{
border-color: #66B875;
}
</style>