Shades of Fern #66BA68
Tints of Fern #66BA68
RGB
CMYK
RGB Variations
Color information
#66BA68 (or 0x66BA68) is known color: Fern. HEX triplet: 66, BA and 68. RGB value is (102,186,104). Sum of RGB (Red+Green+Blue) = 102+186+104=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA68 is #994597. Grayscale: #979797. Windows color (decimal): -10044824 or 6863462. OLE color: 6863462.
HSL color Cylindrical-coordinate representation of color #66BA68: hue angle of 121.43º degrees, saturation: 0.38, 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 #66BA68 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 104 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.27 |
| HSL | 121.43º | 0.38% | 0.56% | - |
| HSV(B) | 121.43º | 0.45% | 0.73% | - |
| XYZ | 25.54 | 38.94 | 19.27 | - |
| YUV | 151.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 104 | 0.45 | 0 | 0.44 | 0.27 | 121.43 | 0.38 | 0.56 |
| Hex | 66 | BA | 68 | 2D | 0 | 2C | 1B | 79 | 26 | 38 |
| Octal | 146 | 272 | 150 | 55 | 0 | 54 | 33 | 171 | 46 | 70 |
| Binary | 1100110 | 10111010 | 1101000 | 101101 | 0 | 101100 | 11011 | 1111001 | 100110 | 111000 |
Color Harmonies of #66BA68
Complementary color
Monochromatic Colors of #66BA68
Black with #66BA68
Text Example
Text Example
White with #66BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA68; }
p { color: rgb(102,186,104); }
H1.HeaderClassName
{
color: #66BA68;
}
.AnyTagClassName
{
color: #66BA68;
}
</style>
background-color css
<style>
a { background-color: #66BA68; }
a { background-color: rgb(102,186,104); }
div.DivClassName
{
background-color: #66BA68;
}
.BgClassName
{
background-color: #66BA68;
}
</style>
border-color css
<style>
span { border-color: #66BA68; }
span { border-color: rgb(102,186,104); }
td.TdClassName
{
border-color: #66BA68;
}
.TagClassName
{
border-color: #66BA68;
}
</style>