Shades of Fern #66B16F
Tints of Fern #66B16F
RGB
CMYK
RGB Variations
Color information
#66B16F (or 0x66B16F) is known color: Fern. HEX triplet: 66, B1 and 6F. RGB value is (102,177,111). Sum of RGB (Red+Green+Blue) = 102+177+111=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #66B16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B16F is #994E90. Grayscale: #939393. Windows color (decimal): -10047121 or 7319910. OLE color: 7319910.
HSL color Cylindrical-coordinate representation of color #66B16F: hue angle of 127.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B16F is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 111 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.31 |
| HSL | 127.2º | 0.32% | 0.55% | - |
| HSV(B) | 127.2º | 0.42% | 0.69% | - |
| XYZ | 24.07 | 35.42 | 20.61 | - |
| YUV | 147.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 111 | 0.42 | 0 | 0.37 | 0.31 | 127.2 | 0.32 | 0.55 |
| Hex | 66 | B1 | 6F | 2A | 0 | 25 | 1F | 7F | 20 | 37 |
| Octal | 146 | 261 | 157 | 52 | 0 | 45 | 37 | 177 | 40 | 67 |
| Binary | 1100110 | 10110001 | 1101111 | 101010 | 0 | 100101 | 11111 | 1111111 | 100000 | 110111 |
Color Harmonies of #66B16F
Complementary color
Monochromatic Colors of #66B16F
Black with #66B16F
Text Example
Text Example
White with #66B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B16F; }
p { color: rgb(102,177,111); }
H1.HeaderClassName
{
color: #66B16F;
}
.AnyTagClassName
{
color: #66B16F;
}
</style>
background-color css
<style>
a { background-color: #66B16F; }
a { background-color: rgb(102,177,111); }
div.DivClassName
{
background-color: #66B16F;
}
.BgClassName
{
background-color: #66B16F;
}
</style>
border-color css
<style>
span { border-color: #66B16F; }
span { border-color: rgb(102,177,111); }
td.TdClassName
{
border-color: #66B16F;
}
.TagClassName
{
border-color: #66B16F;
}
</style>