Shades of Fern #66AB73
Tints of Fern #66AB73
RGB
CMYK
RGB Variations
Color information
#66AB73 (or 0x66AB73) is known color: Fern. HEX triplet: 66, AB and 73. RGB value is (102,171,115). Sum of RGB (Red+Green+Blue) = 102+171+115=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB73 is #99548C. Grayscale: #909090. Windows color (decimal): -10048653 or 7580518. OLE color: 7580518.
HSL color Cylindrical-coordinate representation of color #66AB73: hue angle of 131.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB73 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 115 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.33 |
| HSL | 131.3º | 0.29% | 0.54% | - |
| HSV(B) | 131.3º | 0.4% | 0.67% | - |
| XYZ | 23.14 | 33.19 | 21.41 | - |
| YUV | 143.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 115 | 0.40 | 0 | 0.33 | 0.33 | 131.3 | 0.29 | 0.54 |
| Hex | 66 | AB | 73 | 28 | 0 | 21 | 21 | 83 | 1D | 36 |
| Octal | 146 | 253 | 163 | 50 | 0 | 41 | 41 | 203 | 35 | 66 |
| Binary | 1100110 | 10101011 | 1110011 | 101000 | 0 | 100001 | 100001 | 10000011 | 11101 | 110110 |
Color Harmonies of #66AB73
Complementary color
Monochromatic Colors of #66AB73
Black with #66AB73
Text Example
Text Example
White with #66AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB73; }
p { color: rgb(102,171,115); }
H1.HeaderClassName
{
color: #66AB73;
}
.AnyTagClassName
{
color: #66AB73;
}
</style>
background-color css
<style>
a { background-color: #66AB73; }
a { background-color: rgb(102,171,115); }
div.DivClassName
{
background-color: #66AB73;
}
.BgClassName
{
background-color: #66AB73;
}
</style>
border-color css
<style>
span { border-color: #66AB73; }
span { border-color: rgb(102,171,115); }
td.TdClassName
{
border-color: #66AB73;
}
.TagClassName
{
border-color: #66AB73;
}
</style>