Shades of Fern #66C075
Tints of Fern #66C075
RGB
CMYK
RGB Variations
Color information
#66C075 (or 0x66C075) is known color: Fern. HEX triplet: 66, C0 and 75. RGB value is (102,192,117). Sum of RGB (Red+Green+Blue) = 102+192+117=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #66C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C075 is #993F8A. Grayscale: #9C9C9C. Windows color (decimal): -10043275 or 7716966. OLE color: 7716966.
HSL color Cylindrical-coordinate representation of color #66C075: hue angle of 130º 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 #66C075 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 117 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.25 |
| HSL | 130º | 0.42% | 0.58% | - |
| HSV(B) | 130º | 0.47% | 0.75% | - |
| XYZ | 27.54 | 41.81 | 23.45 | - |
| YUV | 156.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 117 | 0.47 | 0 | 0.39 | 0.25 | 130 | 0.42 | 0.58 |
| Hex | 66 | C0 | 75 | 2F | 0 | 27 | 19 | 82 | 2A | 3A |
| Octal | 146 | 300 | 165 | 57 | 0 | 47 | 31 | 202 | 52 | 72 |
| Binary | 1100110 | 11000000 | 1110101 | 101111 | 0 | 100111 | 11001 | 10000010 | 101010 | 111010 |
Color Harmonies of #66C075
Complementary color
Monochromatic Colors of #66C075
Black with #66C075
Text Example
Text Example
White with #66C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C075; }
p { color: rgb(102,192,117); }
H1.HeaderClassName
{
color: #66C075;
}
.AnyTagClassName
{
color: #66C075;
}
</style>
background-color css
<style>
a { background-color: #66C075; }
a { background-color: rgb(102,192,117); }
div.DivClassName
{
background-color: #66C075;
}
.BgClassName
{
background-color: #66C075;
}
</style>
border-color css
<style>
span { border-color: #66C075; }
span { border-color: rgb(102,192,117); }
td.TdClassName
{
border-color: #66C075;
}
.TagClassName
{
border-color: #66C075;
}
</style>