Shades of Fern #66AD73
Tints of Fern #66AD73
RGB
CMYK
RGB Variations
Color information
#66AD73 (or 0x66AD73) is known color: Fern. HEX triplet: 66, AD and 73. RGB value is (102,173,115). Sum of RGB (Red+Green+Blue) = 102+173+115=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD73 is #99528C. Grayscale: #919191. Windows color (decimal): -10048141 or 7581030. OLE color: 7581030.
HSL color Cylindrical-coordinate representation of color #66AD73: hue angle of 130.99º 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 #66AD73 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 115 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.32 |
| HSL | 130.99º | 0.3% | 0.54% | - |
| HSV(B) | 130.99º | 0.41% | 0.68% | - |
| XYZ | 23.52 | 33.95 | 21.53 | - |
| YUV | 145.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 115 | 0.41 | 0 | 0.34 | 0.32 | 130.99 | 0.3 | 0.54 |
| Hex | 66 | AD | 73 | 29 | 0 | 22 | 20 | 83 | 1E | 36 |
| Octal | 146 | 255 | 163 | 51 | 0 | 42 | 40 | 203 | 36 | 66 |
| Binary | 1100110 | 10101101 | 1110011 | 101001 | 0 | 100010 | 100000 | 10000011 | 11110 | 110110 |
Color Harmonies of #66AD73
Complementary color
Monochromatic Colors of #66AD73
Black with #66AD73
Text Example
Text Example
White with #66AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD73; }
p { color: rgb(102,173,115); }
H1.HeaderClassName
{
color: #66AD73;
}
.AnyTagClassName
{
color: #66AD73;
}
</style>
background-color css
<style>
a { background-color: #66AD73; }
a { background-color: rgb(102,173,115); }
div.DivClassName
{
background-color: #66AD73;
}
.BgClassName
{
background-color: #66AD73;
}
</style>
border-color css
<style>
span { border-color: #66AD73; }
span { border-color: rgb(102,173,115); }
td.TdClassName
{
border-color: #66AD73;
}
.TagClassName
{
border-color: #66AD73;
}
</style>