Shades of Fern #66BA7B
Tints of Fern #66BA7B
RGB
CMYK
RGB Variations
Color information
#66BA7B (or 0x66BA7B) is known color: Fern. HEX triplet: 66, BA and 7B. RGB value is (102,186,123). Sum of RGB (Red+Green+Blue) = 102+186+123=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA7B is #994584. Grayscale: #999999. Windows color (decimal): -10044805 or 8108646. OLE color: 8108646.
HSL color Cylindrical-coordinate representation of color #66BA7B: hue angle of 135º 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 #66BA7B is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 123 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.27 |
| HSL | 135º | 0.38% | 0.56% | - |
| HSV(B) | 135º | 0.45% | 0.73% | - |
| XYZ | 26.61 | 39.37 | 24.94 | - |
| YUV | 153.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 123 | 0.45 | 0 | 0.34 | 0.27 | 135 | 0.38 | 0.56 |
| Hex | 66 | BA | 7B | 2D | 0 | 22 | 1B | 87 | 26 | 38 |
| Octal | 146 | 272 | 173 | 55 | 0 | 42 | 33 | 207 | 46 | 70 |
| Binary | 1100110 | 10111010 | 1111011 | 101101 | 0 | 100010 | 11011 | 10000111 | 100110 | 111000 |
Color Harmonies of #66BA7B
Complementary color
Monochromatic Colors of #66BA7B
Black with #66BA7B
Text Example
Text Example
White with #66BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA7B; }
p { color: rgb(102,186,123); }
H1.HeaderClassName
{
color: #66BA7B;
}
.AnyTagClassName
{
color: #66BA7B;
}
</style>
background-color css
<style>
a { background-color: #66BA7B; }
a { background-color: rgb(102,186,123); }
div.DivClassName
{
background-color: #66BA7B;
}
.BgClassName
{
background-color: #66BA7B;
}
</style>
border-color css
<style>
span { border-color: #66BA7B; }
span { border-color: rgb(102,186,123); }
td.TdClassName
{
border-color: #66BA7B;
}
.TagClassName
{
border-color: #66BA7B;
}
</style>