Shades of Fern #66C070
Tints of Fern #66C070
RGB
CMYK
RGB Variations
Color information
#66C070 (or 0x66C070) is known color: Fern. HEX triplet: 66, C0 and 70. RGB value is (102,192,112). Sum of RGB (Red+Green+Blue) = 102+192+112=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #66C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C070 is #993F8F. Grayscale: #9C9C9C. Windows color (decimal): -10043280 or 7389286. OLE color: 7389286.
HSL color Cylindrical-coordinate representation of color #66C070: hue angle of 126.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C070 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 112 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.25 |
| HSL | 126.67º | 0.42% | 0.58% | - |
| HSV(B) | 126.67º | 0.47% | 0.75% | - |
| XYZ | 27.25 | 41.69 | 21.94 | - |
| YUV | 155.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 112 | 0.47 | 0 | 0.42 | 0.25 | 126.67 | 0.42 | 0.58 |
| Hex | 66 | C0 | 70 | 2F | 0 | 2A | 19 | 7F | 2A | 3A |
| Octal | 146 | 300 | 160 | 57 | 0 | 52 | 31 | 177 | 52 | 72 |
| Binary | 1100110 | 11000000 | 1110000 | 101111 | 0 | 101010 | 11001 | 1111111 | 101010 | 111010 |
Color Harmonies of #66C070
Complementary color
Monochromatic Colors of #66C070
Black with #66C070
Text Example
Text Example
White with #66C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C070; }
p { color: rgb(102,192,112); }
H1.HeaderClassName
{
color: #66C070;
}
.AnyTagClassName
{
color: #66C070;
}
</style>
background-color css
<style>
a { background-color: #66C070; }
a { background-color: rgb(102,192,112); }
div.DivClassName
{
background-color: #66C070;
}
.BgClassName
{
background-color: #66C070;
}
</style>
border-color css
<style>
span { border-color: #66C070; }
span { border-color: rgb(102,192,112); }
td.TdClassName
{
border-color: #66C070;
}
.TagClassName
{
border-color: #66C070;
}
</style>