Shades of Fern #66BC76
Tints of Fern #66BC76
RGB
CMYK
RGB Variations
Color information
#66BC76 (or 0x66BC76) is known color: Fern. HEX triplet: 66, BC and 76. RGB value is (102,188,118). Sum of RGB (Red+Green+Blue) = 102+188+118=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC76 is #994389. Grayscale: #9A9A9A. Windows color (decimal): -10044298 or 7781478. OLE color: 7781478.
HSL color Cylindrical-coordinate representation of color #66BC76: hue angle of 131.16º degrees, saturation: 0.39, 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 #66BC76 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 118 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.26 |
| HSL | 131.16º | 0.39% | 0.57% | - |
| HSV(B) | 131.16º | 0.46% | 0.74% | - |
| XYZ | 26.73 | 40.1 | 23.47 | - |
| YUV | 154.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 118 | 0.46 | 0 | 0.37 | 0.26 | 131.16 | 0.39 | 0.57 |
| Hex | 66 | BC | 76 | 2E | 0 | 25 | 1A | 83 | 27 | 39 |
| Octal | 146 | 274 | 166 | 56 | 0 | 45 | 32 | 203 | 47 | 71 |
| Binary | 1100110 | 10111100 | 1110110 | 101110 | 0 | 100101 | 11010 | 10000011 | 100111 | 111001 |
Color Harmonies of #66BC76
Complementary color
Monochromatic Colors of #66BC76
Black with #66BC76
Text Example
Text Example
White with #66BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC76; }
p { color: rgb(102,188,118); }
H1.HeaderClassName
{
color: #66BC76;
}
.AnyTagClassName
{
color: #66BC76;
}
</style>
background-color css
<style>
a { background-color: #66BC76; }
a { background-color: rgb(102,188,118); }
div.DivClassName
{
background-color: #66BC76;
}
.BgClassName
{
background-color: #66BC76;
}
</style>
border-color css
<style>
span { border-color: #66BC76; }
span { border-color: rgb(102,188,118); }
td.TdClassName
{
border-color: #66BC76;
}
.TagClassName
{
border-color: #66BC76;
}
</style>