Shades of Fern #66AD6B
Tints of Fern #66AD6B
RGB
CMYK
RGB Variations
Color information
#66AD6B (or 0x66AD6B) is known color: Fern. HEX triplet: 66, AD and 6B. RGB value is (102,173,107). Sum of RGB (Red+Green+Blue) = 102+173+107=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD6B is #995294. Grayscale: #909090. Windows color (decimal): -10048149 or 7056742. OLE color: 7056742.
HSL color Cylindrical-coordinate representation of color #66AD6B: hue angle of 124.23º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD6B is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 107 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.32 |
| HSL | 124.23º | 0.3% | 0.54% | - |
| HSV(B) | 124.23º | 0.41% | 0.68% | - |
| XYZ | 23.08 | 33.77 | 19.21 | - |
| YUV | 144.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 107 | 0.41 | 0 | 0.38 | 0.32 | 124.23 | 0.3 | 0.54 |
| Hex | 66 | AD | 6B | 29 | 0 | 26 | 20 | 7C | 1E | 36 |
| Octal | 146 | 255 | 153 | 51 | 0 | 46 | 40 | 174 | 36 | 66 |
| Binary | 1100110 | 10101101 | 1101011 | 101001 | 0 | 100110 | 100000 | 1111100 | 11110 | 110110 |
Color Harmonies of #66AD6B
Complementary color
Monochromatic Colors of #66AD6B
Black with #66AD6B
Text Example
Text Example
White with #66AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD6B; }
p { color: rgb(102,173,107); }
H1.HeaderClassName
{
color: #66AD6B;
}
.AnyTagClassName
{
color: #66AD6B;
}
</style>
background-color css
<style>
a { background-color: #66AD6B; }
a { background-color: rgb(102,173,107); }
div.DivClassName
{
background-color: #66AD6B;
}
.BgClassName
{
background-color: #66AD6B;
}
</style>
border-color css
<style>
span { border-color: #66AD6B; }
span { border-color: rgb(102,173,107); }
td.TdClassName
{
border-color: #66AD6B;
}
.TagClassName
{
border-color: #66AD6B;
}
</style>