Shades of Fern #66AF77
Tints of Fern #66AF77
RGB
CMYK
RGB Variations
Color information
#66AF77 (or 0x66AF77) is known color: Fern. HEX triplet: 66, AF and 77. RGB value is (102,175,119). Sum of RGB (Red+Green+Blue) = 102+175+119=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF77 is #995088. Grayscale: #929292. Windows color (decimal): -10047625 or 7843686. OLE color: 7843686.
HSL color Cylindrical-coordinate representation of color #66AF77: hue angle of 133.97º 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 #66AF77 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 119 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.31 |
| HSL | 133.97º | 0.31% | 0.54% | - |
| HSV(B) | 133.97º | 0.42% | 0.69% | - |
| XYZ | 24.14 | 34.82 | 22.9 | - |
| YUV | 146.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 119 | 0.42 | 0 | 0.32 | 0.31 | 133.97 | 0.31 | 0.54 |
| Hex | 66 | AF | 77 | 2A | 0 | 20 | 1F | 86 | 1F | 36 |
| Octal | 146 | 257 | 167 | 52 | 0 | 40 | 37 | 206 | 37 | 66 |
| Binary | 1100110 | 10101111 | 1110111 | 101010 | 0 | 100000 | 11111 | 10000110 | 11111 | 110110 |
Color Harmonies of #66AF77
Complementary color
Monochromatic Colors of #66AF77
Black with #66AF77
Text Example
Text Example
White with #66AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF77; }
p { color: rgb(102,175,119); }
H1.HeaderClassName
{
color: #66AF77;
}
.AnyTagClassName
{
color: #66AF77;
}
</style>
background-color css
<style>
a { background-color: #66AF77; }
a { background-color: rgb(102,175,119); }
div.DivClassName
{
background-color: #66AF77;
}
.BgClassName
{
background-color: #66AF77;
}
</style>
border-color css
<style>
span { border-color: #66AF77; }
span { border-color: rgb(102,175,119); }
td.TdClassName
{
border-color: #66AF77;
}
.TagClassName
{
border-color: #66AF77;
}
</style>