Shades of Fern #66AD78
Tints of Fern #66AD78
RGB
CMYK
RGB Variations
Color information
#66AD78 (or 0x66AD78) is known color: Fern. HEX triplet: 66, AD and 78. RGB value is (102,173,120). Sum of RGB (Red+Green+Blue) = 102+173+120=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD78 is #995287. Grayscale: #919191. Windows color (decimal): -10048136 or 7908710. OLE color: 7908710.
HSL color Cylindrical-coordinate representation of color #66AD78: hue angle of 135.21º 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 #66AD78 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 120 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.32 |
| HSL | 135.21º | 0.3% | 0.54% | - |
| HSV(B) | 135.21º | 0.41% | 0.68% | - |
| XYZ | 23.81 | 34.07 | 23.09 | - |
| YUV | 145.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 120 | 0.41 | 0 | 0.31 | 0.32 | 135.21 | 0.3 | 0.54 |
| Hex | 66 | AD | 78 | 29 | 0 | 1F | 20 | 87 | 1E | 36 |
| Octal | 146 | 255 | 170 | 51 | 0 | 37 | 40 | 207 | 36 | 66 |
| Binary | 1100110 | 10101101 | 1111000 | 101001 | 0 | 11111 | 100000 | 10000111 | 11110 | 110110 |
Color Harmonies of #66AD78
Complementary color
Monochromatic Colors of #66AD78
Black with #66AD78
Text Example
Text Example
White with #66AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD78; }
p { color: rgb(102,173,120); }
H1.HeaderClassName
{
color: #66AD78;
}
.AnyTagClassName
{
color: #66AD78;
}
</style>
background-color css
<style>
a { background-color: #66AD78; }
a { background-color: rgb(102,173,120); }
div.DivClassName
{
background-color: #66AD78;
}
.BgClassName
{
background-color: #66AD78;
}
</style>
border-color css
<style>
span { border-color: #66AD78; }
span { border-color: rgb(102,173,120); }
td.TdClassName
{
border-color: #66AD78;
}
.TagClassName
{
border-color: #66AD78;
}
</style>