Shades of Fern #66AD6D
Tints of Fern #66AD6D
RGB
CMYK
RGB Variations
Color information
#66AD6D (or 0x66AD6D) is known color: Fern. HEX triplet: 66, AD and 6D. RGB value is (102,173,109). Sum of RGB (Red+Green+Blue) = 102+173+109=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD6D is #995292. Grayscale: #909090. Windows color (decimal): -10048147 or 7187814. OLE color: 7187814.
HSL color Cylindrical-coordinate representation of color #66AD6D: hue angle of 125.92º 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 #66AD6D is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 109 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.32 |
| HSL | 125.92º | 0.3% | 0.54% | - |
| HSV(B) | 125.92º | 0.41% | 0.68% | - |
| XYZ | 23.18 | 33.82 | 19.77 | - |
| YUV | 144.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 109 | 0.41 | 0 | 0.37 | 0.32 | 125.92 | 0.3 | 0.54 |
| Hex | 66 | AD | 6D | 29 | 0 | 25 | 20 | 7E | 1E | 36 |
| Octal | 146 | 255 | 155 | 51 | 0 | 45 | 40 | 176 | 36 | 66 |
| Binary | 1100110 | 10101101 | 1101101 | 101001 | 0 | 100101 | 100000 | 1111110 | 11110 | 110110 |
Color Harmonies of #66AD6D
Complementary color
Monochromatic Colors of #66AD6D
Black with #66AD6D
Text Example
Text Example
White with #66AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD6D; }
p { color: rgb(102,173,109); }
H1.HeaderClassName
{
color: #66AD6D;
}
.AnyTagClassName
{
color: #66AD6D;
}
</style>
background-color css
<style>
a { background-color: #66AD6D; }
a { background-color: rgb(102,173,109); }
div.DivClassName
{
background-color: #66AD6D;
}
.BgClassName
{
background-color: #66AD6D;
}
</style>
border-color css
<style>
span { border-color: #66AD6D; }
span { border-color: rgb(102,173,109); }
td.TdClassName
{
border-color: #66AD6D;
}
.TagClassName
{
border-color: #66AD6D;
}
</style>