Shades of Fern #66AF65
Tints of Fern #66AF65
RGB
CMYK
RGB Variations
Color information
#66AF65 (or 0x66AF65) is known color: Fern. HEX triplet: 66, AF and 65. RGB value is (102,175,101). Sum of RGB (Red+Green+Blue) = 102+175+101=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF65 is #99509A. Grayscale: #909090. Windows color (decimal): -10047643 or 6664038. OLE color: 6664038.
HSL color Cylindrical-coordinate representation of color #66AF65: hue angle of 119.19º degrees, saturation: 0.32, 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 #66AF65 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 101 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.31 |
| HSL | 119.19º | 0.32% | 0.54% | - |
| HSV(B) | 119.19º | 0.42% | 0.69% | - |
| XYZ | 23.16 | 34.42 | 17.74 | - |
| YUV | 144.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 101 | 0.42 | 0 | 0.42 | 0.31 | 119.19 | 0.32 | 0.54 |
| Hex | 66 | AF | 65 | 2A | 0 | 2A | 1F | 77 | 20 | 36 |
| Octal | 146 | 257 | 145 | 52 | 0 | 52 | 37 | 167 | 40 | 66 |
| Binary | 1100110 | 10101111 | 1100101 | 101010 | 0 | 101010 | 11111 | 1110111 | 100000 | 110110 |
Color Harmonies of #66AF65
Complementary color
Monochromatic Colors of #66AF65
Black with #66AF65
Text Example
Text Example
White with #66AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF65; }
p { color: rgb(102,175,101); }
H1.HeaderClassName
{
color: #66AF65;
}
.AnyTagClassName
{
color: #66AF65;
}
</style>
background-color css
<style>
a { background-color: #66AF65; }
a { background-color: rgb(102,175,101); }
div.DivClassName
{
background-color: #66AF65;
}
.BgClassName
{
background-color: #66AF65;
}
</style>
border-color css
<style>
span { border-color: #66AF65; }
span { border-color: rgb(102,175,101); }
td.TdClassName
{
border-color: #66AF65;
}
.TagClassName
{
border-color: #66AF65;
}
</style>