Shades of Fern #66AC6C
Tints of Fern #66AC6C
RGB
CMYK
RGB Variations
Color information
#66AC6C (or 0x66AC6C) is known color: Fern. HEX triplet: 66, AC and 6C. RGB value is (102,172,108). Sum of RGB (Red+Green+Blue) = 102+172+108=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC6C is #995393. Grayscale: #8F8F8F. Windows color (decimal): -10048404 or 7122022. OLE color: 7122022.
HSL color Cylindrical-coordinate representation of color #66AC6C: hue angle of 125.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC6C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 108 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.33 |
| HSL | 125.14º | 0.3% | 0.54% | - |
| HSV(B) | 125.14º | 0.41% | 0.67% | - |
| XYZ | 22.94 | 33.41 | 19.43 | - |
| YUV | 143.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 108 | 0.41 | 0 | 0.37 | 0.33 | 125.14 | 0.3 | 0.54 |
| Hex | 66 | AC | 6C | 29 | 0 | 25 | 21 | 7D | 1E | 36 |
| Octal | 146 | 254 | 154 | 51 | 0 | 45 | 41 | 175 | 36 | 66 |
| Binary | 1100110 | 10101100 | 1101100 | 101001 | 0 | 100101 | 100001 | 1111101 | 11110 | 110110 |
Color Harmonies of #66AC6C
Complementary color
Monochromatic Colors of #66AC6C
Black with #66AC6C
Text Example
Text Example
White with #66AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC6C; }
p { color: rgb(102,172,108); }
H1.HeaderClassName
{
color: #66AC6C;
}
.AnyTagClassName
{
color: #66AC6C;
}
</style>
background-color css
<style>
a { background-color: #66AC6C; }
a { background-color: rgb(102,172,108); }
div.DivClassName
{
background-color: #66AC6C;
}
.BgClassName
{
background-color: #66AC6C;
}
</style>
border-color css
<style>
span { border-color: #66AC6C; }
span { border-color: rgb(102,172,108); }
td.TdClassName
{
border-color: #66AC6C;
}
.TagClassName
{
border-color: #66AC6C;
}
</style>