Shades of Fern #66AD63
Tints of Fern #66AD63
RGB
CMYK
RGB Variations
Color information
#66AD63 (or 0x66AD63) is known color: Fern. HEX triplet: 66, AD and 63. RGB value is (102,173,99). Sum of RGB (Red+Green+Blue) = 102+173+99=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD63 is #99529C. Grayscale: #8F8F8F. Windows color (decimal): -10048157 or 6532454. OLE color: 6532454.
HSL color Cylindrical-coordinate representation of color #66AD63: hue angle of 117.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66AD63 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 99 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.32 |
| HSL | 117.57º | 0.31% | 0.53% | - |
| HSV(B) | 117.57º | 0.43% | 0.68% | - |
| XYZ | 22.68 | 33.61 | 17.1 | - |
| YUV | 143.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 99 | 0.41 | 0 | 0.43 | 0.32 | 117.57 | 0.31 | 0.53 |
| Hex | 66 | AD | 63 | 29 | 0 | 2B | 20 | 76 | 1F | 35 |
| Octal | 146 | 255 | 143 | 51 | 0 | 53 | 40 | 166 | 37 | 65 |
| Binary | 1100110 | 10101101 | 1100011 | 101001 | 0 | 101011 | 100000 | 1110110 | 11111 | 110101 |
Color Harmonies of #66AD63
Complementary color
Monochromatic Colors of #66AD63
Black with #66AD63
Text Example
Text Example
White with #66AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD63; }
p { color: rgb(102,173,99); }
H1.HeaderClassName
{
color: #66AD63;
}
.AnyTagClassName
{
color: #66AD63;
}
</style>
background-color css
<style>
a { background-color: #66AD63; }
a { background-color: rgb(102,173,99); }
div.DivClassName
{
background-color: #66AD63;
}
.BgClassName
{
background-color: #66AD63;
}
</style>
border-color css
<style>
span { border-color: #66AD63; }
span { border-color: rgb(102,173,99); }
td.TdClassName
{
border-color: #66AD63;
}
.TagClassName
{
border-color: #66AD63;
}
</style>