Shades of Fern #66AF68
Tints of Fern #66AF68
RGB
CMYK
RGB Variations
Color information
#66AF68 (or 0x66AF68) is known color: Fern. HEX triplet: 66, AF and 68. RGB value is (102,175,104). Sum of RGB (Red+Green+Blue) = 102+175+104=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF68 is #995097. Grayscale: #919191. Windows color (decimal): -10047640 or 6860646. OLE color: 6860646.
HSL color Cylindrical-coordinate representation of color #66AF68: hue angle of 121.64º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF68 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 104 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.31 |
| HSL | 121.64º | 0.31% | 0.54% | - |
| HSV(B) | 121.64º | 0.42% | 0.69% | - |
| XYZ | 23.31 | 34.48 | 18.52 | - |
| YUV | 145.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 104 | 0.42 | 0 | 0.41 | 0.31 | 121.64 | 0.31 | 0.54 |
| Hex | 66 | AF | 68 | 2A | 0 | 29 | 1F | 7A | 1F | 36 |
| Octal | 146 | 257 | 150 | 52 | 0 | 51 | 37 | 172 | 37 | 66 |
| Binary | 1100110 | 10101111 | 1101000 | 101010 | 0 | 101001 | 11111 | 1111010 | 11111 | 110110 |
Color Harmonies of #66AF68
Complementary color
Monochromatic Colors of #66AF68
Black with #66AF68
Text Example
Text Example
White with #66AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF68; }
p { color: rgb(102,175,104); }
H1.HeaderClassName
{
color: #66AF68;
}
.AnyTagClassName
{
color: #66AF68;
}
</style>
background-color css
<style>
a { background-color: #66AF68; }
a { background-color: rgb(102,175,104); }
div.DivClassName
{
background-color: #66AF68;
}
.BgClassName
{
background-color: #66AF68;
}
</style>
border-color css
<style>
span { border-color: #66AF68; }
span { border-color: rgb(102,175,104); }
td.TdClassName
{
border-color: #66AF68;
}
.TagClassName
{
border-color: #66AF68;
}
</style>