Shades of Fern #66AB6B
Tints of Fern #66AB6B
RGB
CMYK
RGB Variations
Color information
#66AB6B (or 0x66AB6B) is known color: Fern. HEX triplet: 66, AB and 6B. RGB value is (102,171,107). Sum of RGB (Red+Green+Blue) = 102+171+107=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB6B is #995494. Grayscale: #8F8F8F. Windows color (decimal): -10048661 or 7056230. OLE color: 7056230.
HSL color Cylindrical-coordinate representation of color #66AB6B: hue angle of 124.35º 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 #66AB6B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 107 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.33 |
| HSL | 124.35º | 0.29% | 0.54% | - |
| HSV(B) | 124.35º | 0.4% | 0.67% | - |
| XYZ | 22.7 | 33.01 | 19.09 | - |
| YUV | 143.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 107 | 0.40 | 0 | 0.37 | 0.33 | 124.35 | 0.29 | 0.54 |
| Hex | 66 | AB | 6B | 28 | 0 | 25 | 21 | 7C | 1D | 36 |
| Octal | 146 | 253 | 153 | 50 | 0 | 45 | 41 | 174 | 35 | 66 |
| Binary | 1100110 | 10101011 | 1101011 | 101000 | 0 | 100101 | 100001 | 1111100 | 11101 | 110110 |
Color Harmonies of #66AB6B
Complementary color
Monochromatic Colors of #66AB6B
Black with #66AB6B
Text Example
Text Example
White with #66AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB6B; }
p { color: rgb(102,171,107); }
H1.HeaderClassName
{
color: #66AB6B;
}
.AnyTagClassName
{
color: #66AB6B;
}
</style>
background-color css
<style>
a { background-color: #66AB6B; }
a { background-color: rgb(102,171,107); }
div.DivClassName
{
background-color: #66AB6B;
}
.BgClassName
{
background-color: #66AB6B;
}
</style>
border-color css
<style>
span { border-color: #66AB6B; }
span { border-color: rgb(102,171,107); }
td.TdClassName
{
border-color: #66AB6B;
}
.TagClassName
{
border-color: #66AB6B;
}
</style>