Shades of Fern #66BD75
Tints of Fern #66BD75
RGB
CMYK
RGB Variations
Color information
#66BD75 (or 0x66BD75) is known color: Fern. HEX triplet: 66, BD and 75. RGB value is (102,189,117). Sum of RGB (Red+Green+Blue) = 102+189+117=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD75 is #99428A. Grayscale: #9A9A9A. Windows color (decimal): -10044043 or 7716198. OLE color: 7716198.
HSL color Cylindrical-coordinate representation of color #66BD75: hue angle of 130.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD75 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 117 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.26 |
| HSL | 130.34º | 0.4% | 0.57% | - |
| HSV(B) | 130.34º | 0.46% | 0.74% | - |
| XYZ | 26.89 | 40.5 | 23.23 | - |
| YUV | 154.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 117 | 0.46 | 0 | 0.38 | 0.26 | 130.34 | 0.4 | 0.57 |
| Hex | 66 | BD | 75 | 2E | 0 | 26 | 1A | 82 | 28 | 39 |
| Octal | 146 | 275 | 165 | 56 | 0 | 46 | 32 | 202 | 50 | 71 |
| Binary | 1100110 | 10111101 | 1110101 | 101110 | 0 | 100110 | 11010 | 10000010 | 101000 | 111001 |
Color Harmonies of #66BD75
Complementary color
Monochromatic Colors of #66BD75
Black with #66BD75
Text Example
Text Example
White with #66BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD75; }
p { color: rgb(102,189,117); }
H1.HeaderClassName
{
color: #66BD75;
}
.AnyTagClassName
{
color: #66BD75;
}
</style>
background-color css
<style>
a { background-color: #66BD75; }
a { background-color: rgb(102,189,117); }
div.DivClassName
{
background-color: #66BD75;
}
.BgClassName
{
background-color: #66BD75;
}
</style>
border-color css
<style>
span { border-color: #66BD75; }
span { border-color: rgb(102,189,117); }
td.TdClassName
{
border-color: #66BD75;
}
.TagClassName
{
border-color: #66BD75;
}
</style>