Shades of Fern #66B16D
Tints of Fern #66B16D
RGB
CMYK
RGB Variations
Color information
#66B16D (or 0x66B16D) is known color: Fern. HEX triplet: 66, B1 and 6D. RGB value is (102,177,109). Sum of RGB (Red+Green+Blue) = 102+177+109=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #66B16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B16D is #994E92. Grayscale: #939393. Windows color (decimal): -10047123 or 7188838. OLE color: 7188838.
HSL color Cylindrical-coordinate representation of color #66B16D: hue angle of 125.6º 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 #66B16D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 109 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.31 |
| HSL | 125.6º | 0.32% | 0.55% | - |
| HSV(B) | 125.6º | 0.42% | 0.69% | - |
| XYZ | 23.96 | 35.37 | 20.03 | - |
| YUV | 146.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 109 | 0.42 | 0 | 0.38 | 0.31 | 125.6 | 0.32 | 0.55 |
| Hex | 66 | B1 | 6D | 2A | 0 | 26 | 1F | 7E | 20 | 37 |
| Octal | 146 | 261 | 155 | 52 | 0 | 46 | 37 | 176 | 40 | 67 |
| Binary | 1100110 | 10110001 | 1101101 | 101010 | 0 | 100110 | 11111 | 1111110 | 100000 | 110111 |
Color Harmonies of #66B16D
Complementary color
Monochromatic Colors of #66B16D
Black with #66B16D
Text Example
Text Example
White with #66B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B16D; }
p { color: rgb(102,177,109); }
H1.HeaderClassName
{
color: #66B16D;
}
.AnyTagClassName
{
color: #66B16D;
}
</style>
background-color css
<style>
a { background-color: #66B16D; }
a { background-color: rgb(102,177,109); }
div.DivClassName
{
background-color: #66B16D;
}
.BgClassName
{
background-color: #66B16D;
}
</style>
border-color css
<style>
span { border-color: #66B16D; }
span { border-color: rgb(102,177,109); }
td.TdClassName
{
border-color: #66B16D;
}
.TagClassName
{
border-color: #66B16D;
}
</style>