Shades of Fern #66AC68
Tints of Fern #66AC68
RGB
CMYK
RGB Variations
Color information
#66AC68 (or 0x66AC68) is known color: Fern. HEX triplet: 66, AC and 68. RGB value is (102,172,104). Sum of RGB (Red+Green+Blue) = 102+172+104=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC68 is #995397. Grayscale: #8F8F8F. Windows color (decimal): -10048408 or 6859878. OLE color: 6859878.
HSL color Cylindrical-coordinate representation of color #66AC68: hue angle of 121.71º 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 #66AC68 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 104 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.33 |
| HSL | 121.71º | 0.3% | 0.54% | - |
| HSV(B) | 121.71º | 0.41% | 0.67% | - |
| XYZ | 22.73 | 33.33 | 18.33 | - |
| YUV | 143.32 | 105.81 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 104 | 0.41 | 0 | 0.40 | 0.33 | 121.71 | 0.3 | 0.54 |
| Hex | 66 | AC | 68 | 29 | 0 | 28 | 21 | 7A | 1E | 36 |
| Octal | 146 | 254 | 150 | 51 | 0 | 50 | 41 | 172 | 36 | 66 |
| Binary | 1100110 | 10101100 | 1101000 | 101001 | 0 | 101000 | 100001 | 1111010 | 11110 | 110110 |
Color Harmonies of #66AC68
Complementary color
Monochromatic Colors of #66AC68
Black with #66AC68
Text Example
Text Example
White with #66AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC68; }
p { color: rgb(102,172,104); }
H1.HeaderClassName
{
color: #66AC68;
}
.AnyTagClassName
{
color: #66AC68;
}
</style>
background-color css
<style>
a { background-color: #66AC68; }
a { background-color: rgb(102,172,104); }
div.DivClassName
{
background-color: #66AC68;
}
.BgClassName
{
background-color: #66AC68;
}
</style>
border-color css
<style>
span { border-color: #66AC68; }
span { border-color: rgb(102,172,104); }
td.TdClassName
{
border-color: #66AC68;
}
.TagClassName
{
border-color: #66AC68;
}
</style>