Shades of Fern #66BB79
Tints of Fern #66BB79
RGB
CMYK
RGB Variations
Color information
#66BB79 (or 0x66BB79) is known color: Fern. HEX triplet: 66, BB and 79. RGB value is (102,187,121). Sum of RGB (Red+Green+Blue) = 102+187+121=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB79 is #994486. Grayscale: #9A9A9A. Windows color (decimal): -10044551 or 7977830. OLE color: 7977830.
HSL color Cylindrical-coordinate representation of color #66BB79: hue angle of 133.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BB79 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 121 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.27 |
| HSL | 133.41º | 0.38% | 0.57% | - |
| HSV(B) | 133.41º | 0.45% | 0.73% | - |
| XYZ | 26.7 | 39.75 | 24.35 | - |
| YUV | 154.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 121 | 0.45 | 0 | 0.35 | 0.27 | 133.41 | 0.38 | 0.57 |
| Hex | 66 | BB | 79 | 2D | 0 | 23 | 1B | 85 | 26 | 39 |
| Octal | 146 | 273 | 171 | 55 | 0 | 43 | 33 | 205 | 46 | 71 |
| Binary | 1100110 | 10111011 | 1111001 | 101101 | 0 | 100011 | 11011 | 10000101 | 100110 | 111001 |
Color Harmonies of #66BB79
Complementary color
Monochromatic Colors of #66BB79
Black with #66BB79
Text Example
Text Example
White with #66BB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB79; }
p { color: rgb(102,187,121); }
H1.HeaderClassName
{
color: #66BB79;
}
.AnyTagClassName
{
color: #66BB79;
}
</style>
background-color css
<style>
a { background-color: #66BB79; }
a { background-color: rgb(102,187,121); }
div.DivClassName
{
background-color: #66BB79;
}
.BgClassName
{
background-color: #66BB79;
}
</style>
border-color css
<style>
span { border-color: #66BB79; }
span { border-color: rgb(102,187,121); }
td.TdClassName
{
border-color: #66BB79;
}
.TagClassName
{
border-color: #66BB79;
}
</style>