Shades of Fern #66B96D
Tints of Fern #66B96D
RGB
CMYK
RGB Variations
Color information
#66B96D (or 0x66B96D) is known color: Fern. HEX triplet: 66, B9 and 6D. RGB value is (102,185,109). Sum of RGB (Red+Green+Blue) = 102+185+109=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #66B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B96D is #994692. Grayscale: #979797. Windows color (decimal): -10045075 or 7190886. OLE color: 7190886.
HSL color Cylindrical-coordinate representation of color #66B96D: hue angle of 125.06º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B96D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 109 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.27 |
| HSL | 125.06º | 0.37% | 0.56% | - |
| HSV(B) | 125.06º | 0.45% | 0.73% | - |
| XYZ | 25.59 | 38.63 | 20.58 | - |
| YUV | 151.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 109 | 0.45 | 0 | 0.41 | 0.27 | 125.06 | 0.37 | 0.56 |
| Hex | 66 | B9 | 6D | 2D | 0 | 29 | 1B | 7D | 25 | 38 |
| Octal | 146 | 271 | 155 | 55 | 0 | 51 | 33 | 175 | 45 | 70 |
| Binary | 1100110 | 10111001 | 1101101 | 101101 | 0 | 101001 | 11011 | 1111101 | 100101 | 111000 |
Color Harmonies of #66B96D
Complementary color
Monochromatic Colors of #66B96D
Black with #66B96D
Text Example
Text Example
White with #66B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B96D; }
p { color: rgb(102,185,109); }
H1.HeaderClassName
{
color: #66B96D;
}
.AnyTagClassName
{
color: #66B96D;
}
</style>
background-color css
<style>
a { background-color: #66B96D; }
a { background-color: rgb(102,185,109); }
div.DivClassName
{
background-color: #66B96D;
}
.BgClassName
{
background-color: #66B96D;
}
</style>
border-color css
<style>
span { border-color: #66B96D; }
span { border-color: rgb(102,185,109); }
td.TdClassName
{
border-color: #66B96D;
}
.TagClassName
{
border-color: #66B96D;
}
</style>