Shades of Fern #66BD76
Tints of Fern #66BD76
RGB
CMYK
RGB Variations
Color information
#66BD76 (or 0x66BD76) is known color: Fern. HEX triplet: 66, BD and 76. RGB value is (102,189,118). Sum of RGB (Red+Green+Blue) = 102+189+118=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD76 is #994289. Grayscale: #9B9B9B. Windows color (decimal): -10044042 or 7781734. OLE color: 7781734.
HSL color Cylindrical-coordinate representation of color #66BD76: hue angle of 131.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD76 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 118 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.26 |
| HSL | 131.03º | 0.4% | 0.57% | - |
| HSV(B) | 131.03º | 0.46% | 0.74% | - |
| XYZ | 26.95 | 40.53 | 23.54 | - |
| YUV | 154.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 118 | 0.46 | 0 | 0.38 | 0.26 | 131.03 | 0.4 | 0.57 |
| Hex | 66 | BD | 76 | 2E | 0 | 26 | 1A | 83 | 28 | 39 |
| Octal | 146 | 275 | 166 | 56 | 0 | 46 | 32 | 203 | 50 | 71 |
| Binary | 1100110 | 10111101 | 1110110 | 101110 | 0 | 100110 | 11010 | 10000011 | 101000 | 111001 |
Color Harmonies of #66BD76
Complementary color
Monochromatic Colors of #66BD76
Black with #66BD76
Text Example
Text Example
White with #66BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD76; }
p { color: rgb(102,189,118); }
H1.HeaderClassName
{
color: #66BD76;
}
.AnyTagClassName
{
color: #66BD76;
}
</style>
background-color css
<style>
a { background-color: #66BD76; }
a { background-color: rgb(102,189,118); }
div.DivClassName
{
background-color: #66BD76;
}
.BgClassName
{
background-color: #66BD76;
}
</style>
border-color css
<style>
span { border-color: #66BD76; }
span { border-color: rgb(102,189,118); }
td.TdClassName
{
border-color: #66BD76;
}
.TagClassName
{
border-color: #66BD76;
}
</style>