Shades of Fern #66B065
Tints of Fern #66B065
RGB
CMYK
RGB Variations
Color information
#66B065 (or 0x66B065) is known color: Fern. HEX triplet: 66, B0 and 65. RGB value is (102,176,101). Sum of RGB (Red+Green+Blue) = 102+176+101=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #66B065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B065 is #994F9A. Grayscale: #919191. Windows color (decimal): -10047387 or 6664294. OLE color: 6664294.
HSL color Cylindrical-coordinate representation of color #66B065: hue angle of 119.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B065 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 101 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.31 |
| HSL | 119.2º | 0.32% | 0.54% | - |
| HSV(B) | 119.2º | 0.43% | 0.69% | - |
| XYZ | 23.35 | 34.82 | 17.8 | - |
| YUV | 145.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 101 | 0.42 | 0 | 0.43 | 0.31 | 119.2 | 0.32 | 0.54 |
| Hex | 66 | B0 | 65 | 2A | 0 | 2B | 1F | 77 | 20 | 36 |
| Octal | 146 | 260 | 145 | 52 | 0 | 53 | 37 | 167 | 40 | 66 |
| Binary | 1100110 | 10110000 | 1100101 | 101010 | 0 | 101011 | 11111 | 1110111 | 100000 | 110110 |
Color Harmonies of #66B065
Complementary color
Monochromatic Colors of #66B065
Black with #66B065
Text Example
Text Example
White with #66B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B065; }
p { color: rgb(102,176,101); }
H1.HeaderClassName
{
color: #66B065;
}
.AnyTagClassName
{
color: #66B065;
}
</style>
background-color css
<style>
a { background-color: #66B065; }
a { background-color: rgb(102,176,101); }
div.DivClassName
{
background-color: #66B065;
}
.BgClassName
{
background-color: #66B065;
}
</style>
border-color css
<style>
span { border-color: #66B065; }
span { border-color: rgb(102,176,101); }
td.TdClassName
{
border-color: #66B065;
}
.TagClassName
{
border-color: #66B065;
}
</style>