Shades of Fern #66BE76
Tints of Fern #66BE76
RGB
CMYK
RGB Variations
Color information
#66BE76 (or 0x66BE76) is known color: Fern. HEX triplet: 66, BE and 76. RGB value is (102,190,118). Sum of RGB (Red+Green+Blue) = 102+190+118=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE76 is #994189. Grayscale: #9B9B9B. Windows color (decimal): -10043786 or 7781990. OLE color: 7781990.
HSL color Cylindrical-coordinate representation of color #66BE76: hue angle of 130.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BE76 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 118 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.25 |
| HSL | 130.91º | 0.4% | 0.57% | - |
| HSV(B) | 130.91º | 0.46% | 0.75% | - |
| XYZ | 27.16 | 40.96 | 23.61 | - |
| YUV | 155.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 118 | 0.46 | 0 | 0.38 | 0.25 | 130.91 | 0.4 | 0.57 |
| Hex | 66 | BE | 76 | 2E | 0 | 26 | 19 | 83 | 28 | 39 |
| Octal | 146 | 276 | 166 | 56 | 0 | 46 | 31 | 203 | 50 | 71 |
| Binary | 1100110 | 10111110 | 1110110 | 101110 | 0 | 100110 | 11001 | 10000011 | 101000 | 111001 |
Color Harmonies of #66BE76
Complementary color
Monochromatic Colors of #66BE76
Black with #66BE76
Text Example
Text Example
White with #66BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE76; }
p { color: rgb(102,190,118); }
H1.HeaderClassName
{
color: #66BE76;
}
.AnyTagClassName
{
color: #66BE76;
}
</style>
background-color css
<style>
a { background-color: #66BE76; }
a { background-color: rgb(102,190,118); }
div.DivClassName
{
background-color: #66BE76;
}
.BgClassName
{
background-color: #66BE76;
}
</style>
border-color css
<style>
span { border-color: #66BE76; }
span { border-color: rgb(102,190,118); }
td.TdClassName
{
border-color: #66BE76;
}
.TagClassName
{
border-color: #66BE76;
}
</style>