Shades of Fern #66C074
Tints of Fern #66C074
RGB
CMYK
RGB Variations
Color information
#66C074 (or 0x66C074) is known color: Fern. HEX triplet: 66, C0 and 74. RGB value is (102,192,116). Sum of RGB (Red+Green+Blue) = 102+192+116=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #66C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C074 is #993F8B. Grayscale: #9C9C9C. Windows color (decimal): -10043276 or 7651430. OLE color: 7651430.
HSL color Cylindrical-coordinate representation of color #66C074: hue angle of 129.33º 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 #66C074 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 116 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.25 |
| HSL | 129.33º | 0.42% | 0.58% | - |
| HSV(B) | 129.33º | 0.47% | 0.75% | - |
| XYZ | 27.48 | 41.79 | 23.14 | - |
| YUV | 156.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 116 | 0.47 | 0 | 0.40 | 0.25 | 129.33 | 0.42 | 0.58 |
| Hex | 66 | C0 | 74 | 2F | 0 | 28 | 19 | 81 | 2A | 3A |
| Octal | 146 | 300 | 164 | 57 | 0 | 50 | 31 | 201 | 52 | 72 |
| Binary | 1100110 | 11000000 | 1110100 | 101111 | 0 | 101000 | 11001 | 10000001 | 101010 | 111010 |
Color Harmonies of #66C074
Complementary color
Monochromatic Colors of #66C074
Black with #66C074
Text Example
Text Example
White with #66C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C074; }
p { color: rgb(102,192,116); }
H1.HeaderClassName
{
color: #66C074;
}
.AnyTagClassName
{
color: #66C074;
}
</style>
background-color css
<style>
a { background-color: #66C074; }
a { background-color: rgb(102,192,116); }
div.DivClassName
{
background-color: #66C074;
}
.BgClassName
{
background-color: #66C074;
}
</style>
border-color css
<style>
span { border-color: #66C074; }
span { border-color: rgb(102,192,116); }
td.TdClassName
{
border-color: #66C074;
}
.TagClassName
{
border-color: #66C074;
}
</style>