Shades of Fern #66AA6B
Tints of Fern #66AA6B
RGB
CMYK
RGB Variations
Color information
#66AA6B (or 0x66AA6B) is known color: Fern. HEX triplet: 66, AA and 6B. RGB value is (102,170,107). Sum of RGB (Red+Green+Blue) = 102+170+107=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA6B is #995594. Grayscale: #8E8E8E. Windows color (decimal): -10048917 or 7055974. OLE color: 7055974.
HSL color Cylindrical-coordinate representation of color #66AA6B: hue angle of 124.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA6B is Cyan = 0.4, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 107 | - |
| CMYK | 0.4 | 0 | 0.37 | 0.33 |
| HSL | 124.41º | 0.29% | 0.53% | - |
| HSV(B) | 124.41º | 0.4% | 0.67% | - |
| XYZ | 22.51 | 32.64 | 19.02 | - |
| YUV | 142.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 107 | 0.4 | 0 | 0.37 | 0.33 | 124.41 | 0.29 | 0.53 |
| Hex | 66 | AA | 6B | 28 | 0 | 25 | 21 | 7C | 1D | 35 |
| Octal | 146 | 252 | 153 | 50 | 0 | 45 | 41 | 174 | 35 | 65 |
| Binary | 1100110 | 10101010 | 1101011 | 101000 | 0 | 100101 | 100001 | 1111100 | 11101 | 110101 |
Color Harmonies of #66AA6B
Complementary color
Monochromatic Colors of #66AA6B
Black with #66AA6B
Text Example
Text Example
White with #66AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA6B; }
p { color: rgb(102,170,107); }
H1.HeaderClassName
{
color: #66AA6B;
}
.AnyTagClassName
{
color: #66AA6B;
}
</style>
background-color css
<style>
a { background-color: #66AA6B; }
a { background-color: rgb(102,170,107); }
div.DivClassName
{
background-color: #66AA6B;
}
.BgClassName
{
background-color: #66AA6B;
}
</style>
border-color css
<style>
span { border-color: #66AA6B; }
span { border-color: rgb(102,170,107); }
td.TdClassName
{
border-color: #66AA6B;
}
.TagClassName
{
border-color: #66AA6B;
}
</style>