Shades of Fern #66BB6D
Tints of Fern #66BB6D
RGB
CMYK
RGB Variations
Color information
#66BB6D (or 0x66BB6D) is known color: Fern. HEX triplet: 66, BB and 6D. RGB value is (102,187,109). Sum of RGB (Red+Green+Blue) = 102+187+109=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB6D is #994492. Grayscale: #989898. Windows color (decimal): -10044563 or 7191398. OLE color: 7191398.
HSL color Cylindrical-coordinate representation of color #66BB6D: hue angle of 124.94º 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 #66BB6D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 109 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.27 |
| HSL | 124.94º | 0.38% | 0.57% | - |
| HSV(B) | 124.94º | 0.45% | 0.73% | - |
| XYZ | 26.01 | 39.47 | 20.72 | - |
| YUV | 152.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 109 | 0.45 | 0 | 0.42 | 0.27 | 124.94 | 0.38 | 0.57 |
| Hex | 66 | BB | 6D | 2D | 0 | 2A | 1B | 7D | 26 | 39 |
| Octal | 146 | 273 | 155 | 55 | 0 | 52 | 33 | 175 | 46 | 71 |
| Binary | 1100110 | 10111011 | 1101101 | 101101 | 0 | 101010 | 11011 | 1111101 | 100110 | 111001 |
Color Harmonies of #66BB6D
Complementary color
Monochromatic Colors of #66BB6D
Black with #66BB6D
Text Example
Text Example
White with #66BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB6D; }
p { color: rgb(102,187,109); }
H1.HeaderClassName
{
color: #66BB6D;
}
.AnyTagClassName
{
color: #66BB6D;
}
</style>
background-color css
<style>
a { background-color: #66BB6D; }
a { background-color: rgb(102,187,109); }
div.DivClassName
{
background-color: #66BB6D;
}
.BgClassName
{
background-color: #66BB6D;
}
</style>
border-color css
<style>
span { border-color: #66BB6D; }
span { border-color: rgb(102,187,109); }
td.TdClassName
{
border-color: #66BB6D;
}
.TagClassName
{
border-color: #66BB6D;
}
</style>