Shades of Fern #66C679
Tints of Fern #66C679
RGB
CMYK
RGB Variations
Color information
#66C679 (or 0x66C679) is known color: Fern. HEX triplet: 66, C6 and 79. RGB value is (102,198,121). Sum of RGB (Red+Green+Blue) = 102+198+121=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #66C679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C679 is #993986. Grayscale: #A0A0A0. Windows color (decimal): -10041735 or 7980646. OLE color: 7980646.
HSL color Cylindrical-coordinate representation of color #66C679: hue angle of 131.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C679 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 198 | 121 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.22 |
| HSL | 131.88º | 0.46% | 0.59% | - |
| HSV(B) | 131.88º | 0.48% | 0.78% | - |
| XYZ | 29.12 | 44.59 | 25.16 | - |
| YUV | 160.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 198 | 121 | 0.48 | 0 | 0.39 | 0.22 | 131.88 | 0.46 | 0.59 |
| Hex | 66 | C6 | 79 | 30 | 0 | 27 | 16 | 84 | 2E | 3B |
| Octal | 146 | 306 | 171 | 60 | 0 | 47 | 26 | 204 | 56 | 73 |
| Binary | 1100110 | 11000110 | 1111001 | 110000 | 0 | 100111 | 10110 | 10000100 | 101110 | 111011 |
Color Harmonies of #66C679
Complementary color
Monochromatic Colors of #66C679
Black with #66C679
Text Example
Text Example
White with #66C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C679; }
p { color: rgb(102,198,121); }
H1.HeaderClassName
{
color: #66C679;
}
.AnyTagClassName
{
color: #66C679;
}
</style>
background-color css
<style>
a { background-color: #66C679; }
a { background-color: rgb(102,198,121); }
div.DivClassName
{
background-color: #66C679;
}
.BgClassName
{
background-color: #66C679;
}
</style>
border-color css
<style>
span { border-color: #66C679; }
span { border-color: rgb(102,198,121); }
td.TdClassName
{
border-color: #66C679;
}
.TagClassName
{
border-color: #66C679;
}
</style>