Shades of Fern #66B766
Tints of Fern #66B766
RGB
CMYK
RGB Variations
Color information
#66B766 (or 0x66B766) is known color: Fern. HEX triplet: 66, B7 and 66. RGB value is (102,183,102). Sum of RGB (Red+Green+Blue) = 102+183+102=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #66B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B766 is #994899. Grayscale: #959595. Windows color (decimal): -10045594 or 6731622. OLE color: 6731622.
HSL color Cylindrical-coordinate representation of color #66B766: hue angle of 120º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B766 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 102 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.28 |
| HSL | 120º | 0.36% | 0.56% | - |
| HSV(B) | 120º | 0.44% | 0.72% | - |
| XYZ | 24.81 | 37.65 | 18.53 | - |
| YUV | 149.55 | 101.16 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 102 | 0.44 | 0 | 0.44 | 0.28 | 120 | 0.36 | 0.56 |
| Hex | 66 | B7 | 66 | 2C | 0 | 2C | 1C | 78 | 24 | 38 |
| Octal | 146 | 267 | 146 | 54 | 0 | 54 | 34 | 170 | 44 | 70 |
| Binary | 1100110 | 10110111 | 1100110 | 101100 | 0 | 101100 | 11100 | 1111000 | 100100 | 111000 |
Color Harmonies of #66B766
Complementary color
Monochromatic Colors of #66B766
Black with #66B766
Text Example
Text Example
White with #66B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B766; }
p { color: rgb(102,183,102); }
H1.HeaderClassName
{
color: #66B766;
}
.AnyTagClassName
{
color: #66B766;
}
</style>
background-color css
<style>
a { background-color: #66B766; }
a { background-color: rgb(102,183,102); }
div.DivClassName
{
background-color: #66B766;
}
.BgClassName
{
background-color: #66B766;
}
</style>
border-color css
<style>
span { border-color: #66B766; }
span { border-color: rgb(102,183,102); }
td.TdClassName
{
border-color: #66B766;
}
.TagClassName
{
border-color: #66B766;
}
</style>