Shades of Fern #66B762
Tints of Fern #66B762
RGB
CMYK
RGB Variations
Color information
#66B762 (or 0x66B762) is known color: Fern. HEX triplet: 66, B7 and 62. RGB value is (102,183,98). Sum of RGB (Red+Green+Blue) = 102+183+98=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #66B762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B762 is #99489D. Grayscale: #959595. Windows color (decimal): -10045598 or 6469478. OLE color: 6469478.
HSL color Cylindrical-coordinate representation of color #66B762: hue angle of 117.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66B762 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 98 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.28 |
| HSL | 117.18º | 0.37% | 0.55% | - |
| HSV(B) | 117.18º | 0.46% | 0.72% | - |
| XYZ | 24.62 | 37.57 | 17.51 | - |
| YUV | 149.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 98 | 0.44 | 0 | 0.46 | 0.28 | 117.18 | 0.37 | 0.55 |
| Hex | 66 | B7 | 62 | 2C | 0 | 2E | 1C | 75 | 25 | 37 |
| Octal | 146 | 267 | 142 | 54 | 0 | 56 | 34 | 165 | 45 | 67 |
| Binary | 1100110 | 10110111 | 1100010 | 101100 | 0 | 101110 | 11100 | 1110101 | 100101 | 110111 |
Color Harmonies of #66B762
Complementary color
Monochromatic Colors of #66B762
Black with #66B762
Text Example
Text Example
White with #66B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B762; }
p { color: rgb(102,183,98); }
H1.HeaderClassName
{
color: #66B762;
}
.AnyTagClassName
{
color: #66B762;
}
</style>
background-color css
<style>
a { background-color: #66B762; }
a { background-color: rgb(102,183,98); }
div.DivClassName
{
background-color: #66B762;
}
.BgClassName
{
background-color: #66B762;
}
</style>
border-color css
<style>
span { border-color: #66B762; }
span { border-color: rgb(102,183,98); }
td.TdClassName
{
border-color: #66B762;
}
.TagClassName
{
border-color: #66B762;
}
</style>