Shades of Fern #66A169
Tints of Fern #66A169
RGB
CMYK
RGB Variations
Color information
#66A169 (or 0x66A169) is known color: Fern. HEX triplet: 66, A1 and 69. RGB value is (102,161,105). Sum of RGB (Red+Green+Blue) = 102+161+105=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #66A169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A169 is #995E96. Grayscale: #898989. Windows color (decimal): -10051223 or 6922598. OLE color: 6922598.
HSL color Cylindrical-coordinate representation of color #66A169: hue angle of 123.05º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A169 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 105 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.37 |
| HSL | 123.05º | 0.24% | 0.52% | - |
| HSV(B) | 123.05º | 0.37% | 0.63% | - |
| XYZ | 20.77 | 29.33 | 17.93 | - |
| YUV | 136.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 105 | 0.37 | 0 | 0.35 | 0.37 | 123.05 | 0.24 | 0.52 |
| Hex | 66 | A1 | 69 | 25 | 0 | 23 | 25 | 7B | 18 | 34 |
| Octal | 146 | 241 | 151 | 45 | 0 | 43 | 45 | 173 | 30 | 64 |
| Binary | 1100110 | 10100001 | 1101001 | 100101 | 0 | 100011 | 100101 | 1111011 | 11000 | 110100 |
Color Harmonies of #66A169
Complementary color
Monochromatic Colors of #66A169
Black with #66A169
Text Example
Text Example
White with #66A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A169; }
p { color: rgb(102,161,105); }
H1.HeaderClassName
{
color: #66A169;
}
.AnyTagClassName
{
color: #66A169;
}
</style>
background-color css
<style>
a { background-color: #66A169; }
a { background-color: rgb(102,161,105); }
div.DivClassName
{
background-color: #66A169;
}
.BgClassName
{
background-color: #66A169;
}
</style>
border-color css
<style>
span { border-color: #66A169; }
span { border-color: rgb(102,161,105); }
td.TdClassName
{
border-color: #66A169;
}
.TagClassName
{
border-color: #66A169;
}
</style>