Shades of Fern #66BA76
Tints of Fern #66BA76
RGB
CMYK
RGB Variations
Color information
#66BA76 (or 0x66BA76) is known color: Fern. HEX triplet: 66, BA and 76. RGB value is (102,186,118). Sum of RGB (Red+Green+Blue) = 102+186+118=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA76 is #994589. Grayscale: #999999. Windows color (decimal): -10044810 or 7780966. OLE color: 7780966.
HSL color Cylindrical-coordinate representation of color #66BA76: hue angle of 131.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA76 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 118 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.27 |
| HSL | 131.43º | 0.38% | 0.56% | - |
| HSV(B) | 131.43º | 0.45% | 0.73% | - |
| XYZ | 26.31 | 39.25 | 23.33 | - |
| YUV | 153.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 118 | 0.45 | 0 | 0.37 | 0.27 | 131.43 | 0.38 | 0.56 |
| Hex | 66 | BA | 76 | 2D | 0 | 25 | 1B | 83 | 26 | 38 |
| Octal | 146 | 272 | 166 | 55 | 0 | 45 | 33 | 203 | 46 | 70 |
| Binary | 1100110 | 10111010 | 1110110 | 101101 | 0 | 100101 | 11011 | 10000011 | 100110 | 111000 |
Color Harmonies of #66BA76
Complementary color
Monochromatic Colors of #66BA76
Black with #66BA76
Text Example
Text Example
White with #66BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA76; }
p { color: rgb(102,186,118); }
H1.HeaderClassName
{
color: #66BA76;
}
.AnyTagClassName
{
color: #66BA76;
}
</style>
background-color css
<style>
a { background-color: #66BA76; }
a { background-color: rgb(102,186,118); }
div.DivClassName
{
background-color: #66BA76;
}
.BgClassName
{
background-color: #66BA76;
}
</style>
border-color css
<style>
span { border-color: #66BA76; }
span { border-color: rgb(102,186,118); }
td.TdClassName
{
border-color: #66BA76;
}
.TagClassName
{
border-color: #66BA76;
}
</style>