Shades of Fern #66B06E
Tints of Fern #66B06E
RGB
CMYK
RGB Variations
Color information
#66B06E (or 0x66B06E) is known color: Fern. HEX triplet: 66, B0 and 6E. RGB value is (102,176,110). Sum of RGB (Red+Green+Blue) = 102+176+110=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #66B06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B06E is #994F91. Grayscale: #929292. Windows color (decimal): -10047378 or 7254118. OLE color: 7254118.
HSL color Cylindrical-coordinate representation of color #66B06E: hue angle of 126.49º 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 #66B06E is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 110 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.31 |
| HSL | 126.49º | 0.32% | 0.55% | - |
| HSV(B) | 126.49º | 0.42% | 0.69% | - |
| XYZ | 23.82 | 35 | 20.25 | - |
| YUV | 146.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 110 | 0.42 | 0 | 0.37 | 0.31 | 126.49 | 0.32 | 0.55 |
| Hex | 66 | B0 | 6E | 2A | 0 | 25 | 1F | 7E | 20 | 37 |
| Octal | 146 | 260 | 156 | 52 | 0 | 45 | 37 | 176 | 40 | 67 |
| Binary | 1100110 | 10110000 | 1101110 | 101010 | 0 | 100101 | 11111 | 1111110 | 100000 | 110111 |
Color Harmonies of #66B06E
Complementary color
Monochromatic Colors of #66B06E
Black with #66B06E
Text Example
Text Example
White with #66B06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B06E; }
p { color: rgb(102,176,110); }
H1.HeaderClassName
{
color: #66B06E;
}
.AnyTagClassName
{
color: #66B06E;
}
</style>
background-color css
<style>
a { background-color: #66B06E; }
a { background-color: rgb(102,176,110); }
div.DivClassName
{
background-color: #66B06E;
}
.BgClassName
{
background-color: #66B06E;
}
</style>
border-color css
<style>
span { border-color: #66B06E; }
span { border-color: rgb(102,176,110); }
td.TdClassName
{
border-color: #66B06E;
}
.TagClassName
{
border-color: #66B06E;
}
</style>