Shades of Fern #66AC6D
Tints of Fern #66AC6D
RGB
CMYK
RGB Variations
Color information
#66AC6D (or 0x66AC6D) is known color: Fern. HEX triplet: 66, AC and 6D. RGB value is (102,172,109). Sum of RGB (Red+Green+Blue) = 102+172+109=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC6D is #995392. Grayscale: #909090. Windows color (decimal): -10048403 or 7187558. OLE color: 7187558.
HSL color Cylindrical-coordinate representation of color #66AC6D: hue angle of 126º 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 #66AC6D is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 109 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.33 |
| HSL | 126º | 0.3% | 0.54% | - |
| HSV(B) | 126º | 0.41% | 0.67% | - |
| XYZ | 22.99 | 33.43 | 19.71 | - |
| YUV | 143.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 109 | 0.41 | 0 | 0.37 | 0.33 | 126 | 0.3 | 0.54 |
| Hex | 66 | AC | 6D | 29 | 0 | 25 | 21 | 7E | 1E | 36 |
| Octal | 146 | 254 | 155 | 51 | 0 | 45 | 41 | 176 | 36 | 66 |
| Binary | 1100110 | 10101100 | 1101101 | 101001 | 0 | 100101 | 100001 | 1111110 | 11110 | 110110 |
Color Harmonies of #66AC6D
Complementary color
Monochromatic Colors of #66AC6D
Black with #66AC6D
Text Example
Text Example
White with #66AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC6D; }
p { color: rgb(102,172,109); }
H1.HeaderClassName
{
color: #66AC6D;
}
.AnyTagClassName
{
color: #66AC6D;
}
</style>
background-color css
<style>
a { background-color: #66AC6D; }
a { background-color: rgb(102,172,109); }
div.DivClassName
{
background-color: #66AC6D;
}
.BgClassName
{
background-color: #66AC6D;
}
</style>
border-color css
<style>
span { border-color: #66AC6D; }
span { border-color: rgb(102,172,109); }
td.TdClassName
{
border-color: #66AC6D;
}
.TagClassName
{
border-color: #66AC6D;
}
</style>