Shades of Fern #66B76D
Tints of Fern #66B76D
RGB
CMYK
RGB Variations
Color information
#66B76D (or 0x66B76D) is known color: Fern. HEX triplet: 66, B7 and 6D. RGB value is (102,183,109). Sum of RGB (Red+Green+Blue) = 102+183+109=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #66B76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B76D is #994892. Grayscale: #969696. Windows color (decimal): -10045587 or 7190374. OLE color: 7190374.
HSL color Cylindrical-coordinate representation of color #66B76D: hue angle of 125.19º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B76D is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 109 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.28 |
| HSL | 125.19º | 0.36% | 0.56% | - |
| HSV(B) | 125.19º | 0.44% | 0.72% | - |
| XYZ | 25.17 | 37.8 | 20.44 | - |
| YUV | 150.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 109 | 0.44 | 0 | 0.40 | 0.28 | 125.19 | 0.36 | 0.56 |
| Hex | 66 | B7 | 6D | 2C | 0 | 28 | 1C | 7D | 24 | 38 |
| Octal | 146 | 267 | 155 | 54 | 0 | 50 | 34 | 175 | 44 | 70 |
| Binary | 1100110 | 10110111 | 1101101 | 101100 | 0 | 101000 | 11100 | 1111101 | 100100 | 111000 |
Color Harmonies of #66B76D
Complementary color
Monochromatic Colors of #66B76D
Black with #66B76D
Text Example
Text Example
White with #66B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B76D; }
p { color: rgb(102,183,109); }
H1.HeaderClassName
{
color: #66B76D;
}
.AnyTagClassName
{
color: #66B76D;
}
</style>
background-color css
<style>
a { background-color: #66B76D; }
a { background-color: rgb(102,183,109); }
div.DivClassName
{
background-color: #66B76D;
}
.BgClassName
{
background-color: #66B76D;
}
</style>
border-color css
<style>
span { border-color: #66B76D; }
span { border-color: rgb(102,183,109); }
td.TdClassName
{
border-color: #66B76D;
}
.TagClassName
{
border-color: #66B76D;
}
</style>