Shades of Fern #66AC6B
Tints of Fern #66AC6B
RGB
CMYK
RGB Variations
Color information
#66AC6B (or 0x66AC6B) is known color: Fern. HEX triplet: 66, AC and 6B. RGB value is (102,172,107). Sum of RGB (Red+Green+Blue) = 102+172+107=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC6B is #995394. Grayscale: #8F8F8F. Windows color (decimal): -10048405 or 7056486. OLE color: 7056486.
HSL color Cylindrical-coordinate representation of color #66AC6B: hue angle of 124.29º 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 #66AC6B is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 107 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.33 |
| HSL | 124.29º | 0.3% | 0.54% | - |
| HSV(B) | 124.29º | 0.41% | 0.67% | - |
| XYZ | 22.89 | 33.39 | 19.15 | - |
| YUV | 143.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 107 | 0.41 | 0 | 0.38 | 0.33 | 124.29 | 0.3 | 0.54 |
| Hex | 66 | AC | 6B | 29 | 0 | 26 | 21 | 7C | 1E | 36 |
| Octal | 146 | 254 | 153 | 51 | 0 | 46 | 41 | 174 | 36 | 66 |
| Binary | 1100110 | 10101100 | 1101011 | 101001 | 0 | 100110 | 100001 | 1111100 | 11110 | 110110 |
Color Harmonies of #66AC6B
Complementary color
Monochromatic Colors of #66AC6B
Black with #66AC6B
Text Example
Text Example
White with #66AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC6B; }
p { color: rgb(102,172,107); }
H1.HeaderClassName
{
color: #66AC6B;
}
.AnyTagClassName
{
color: #66AC6B;
}
</style>
background-color css
<style>
a { background-color: #66AC6B; }
a { background-color: rgb(102,172,107); }
div.DivClassName
{
background-color: #66AC6B;
}
.BgClassName
{
background-color: #66AC6B;
}
</style>
border-color css
<style>
span { border-color: #66AC6B; }
span { border-color: rgb(102,172,107); }
td.TdClassName
{
border-color: #66AC6B;
}
.TagClassName
{
border-color: #66AC6B;
}
</style>