Shades of Fern #66B761
Tints of Fern #66B761
RGB
CMYK
RGB Variations
Color information
#66B761 (or 0x66B761) is known color: Fern. HEX triplet: 66, B7 and 61. RGB value is (102,183,97). Sum of RGB (Red+Green+Blue) = 102+183+97=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #66B761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B761 is #99489E. Grayscale: #959595. Windows color (decimal): -10045599 or 6403942. OLE color: 6403942.
HSL color Cylindrical-coordinate representation of color #66B761: hue angle of 116.51º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B761 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 97 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.28 |
| HSL | 116.51º | 0.37% | 0.55% | - |
| HSV(B) | 116.51º | 0.47% | 0.72% | - |
| XYZ | 24.57 | 37.55 | 17.26 | - |
| YUV | 148.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 97 | 0.44 | 0 | 0.47 | 0.28 | 116.51 | 0.37 | 0.55 |
| Hex | 66 | B7 | 61 | 2C | 0 | 2F | 1C | 75 | 25 | 37 |
| Octal | 146 | 267 | 141 | 54 | 0 | 57 | 34 | 165 | 45 | 67 |
| Binary | 1100110 | 10110111 | 1100001 | 101100 | 0 | 101111 | 11100 | 1110101 | 100101 | 110111 |
Color Harmonies of #66B761
Complementary color
Monochromatic Colors of #66B761
Black with #66B761
Text Example
Text Example
White with #66B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B761; }
p { color: rgb(102,183,97); }
H1.HeaderClassName
{
color: #66B761;
}
.AnyTagClassName
{
color: #66B761;
}
</style>
background-color css
<style>
a { background-color: #66B761; }
a { background-color: rgb(102,183,97); }
div.DivClassName
{
background-color: #66B761;
}
.BgClassName
{
background-color: #66B761;
}
</style>
border-color css
<style>
span { border-color: #66B761; }
span { border-color: rgb(102,183,97); }
td.TdClassName
{
border-color: #66B761;
}
.TagClassName
{
border-color: #66B761;
}
</style>