Shades of Fern #66AD75
Tints of Fern #66AD75
RGB
CMYK
RGB Variations
Color information
#66AD75 (or 0x66AD75) is known color: Fern. HEX triplet: 66, AD and 75. RGB value is (102,173,117). Sum of RGB (Red+Green+Blue) = 102+173+117=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD75 is #99528A. Grayscale: #919191. Windows color (decimal): -10048139 or 7712102. OLE color: 7712102.
HSL color Cylindrical-coordinate representation of color #66AD75: hue angle of 132.68º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD75 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 117 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.32 |
| HSL | 132.68º | 0.3% | 0.54% | - |
| HSV(B) | 132.68º | 0.41% | 0.68% | - |
| XYZ | 23.63 | 34 | 22.15 | - |
| YUV | 145.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 117 | 0.41 | 0 | 0.32 | 0.32 | 132.68 | 0.3 | 0.54 |
| Hex | 66 | AD | 75 | 29 | 0 | 20 | 20 | 85 | 1E | 36 |
| Octal | 146 | 255 | 165 | 51 | 0 | 40 | 40 | 205 | 36 | 66 |
| Binary | 1100110 | 10101101 | 1110101 | 101001 | 0 | 100000 | 100000 | 10000101 | 11110 | 110110 |
Color Harmonies of #66AD75
Complementary color
Monochromatic Colors of #66AD75
Black with #66AD75
Text Example
Text Example
White with #66AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD75; }
p { color: rgb(102,173,117); }
H1.HeaderClassName
{
color: #66AD75;
}
.AnyTagClassName
{
color: #66AD75;
}
</style>
background-color css
<style>
a { background-color: #66AD75; }
a { background-color: rgb(102,173,117); }
div.DivClassName
{
background-color: #66AD75;
}
.BgClassName
{
background-color: #66AD75;
}
</style>
border-color css
<style>
span { border-color: #66AD75; }
span { border-color: rgb(102,173,117); }
td.TdClassName
{
border-color: #66AD75;
}
.TagClassName
{
border-color: #66AD75;
}
</style>