Shades of Fern #66A75E
Tints of Fern #66A75E
RGB
CMYK
RGB Variations
Color information
#66A75E (or 0x66A75E) is known color: Fern. HEX triplet: 66, A7 and 5E. RGB value is (102,167,94). Sum of RGB (Red+Green+Blue) = 102+167+94=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #66A75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A75E is #9958A1. Grayscale: #8B8B8B. Windows color (decimal): -10049698 or 6203238. OLE color: 6203238.
HSL color Cylindrical-coordinate representation of color #66A75E: hue angle of 113.42º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66A75E is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 167 | 94 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.35 |
| HSL | 113.42º | 0.29% | 0.51% | - |
| HSV(B) | 113.42º | 0.44% | 0.65% | - |
| XYZ | 21.32 | 31.27 | 15.5 | - |
| YUV | 139.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 94 | 0.39 | 0 | 0.44 | 0.35 | 113.42 | 0.29 | 0.51 |
| Hex | 66 | A7 | 5E | 27 | 0 | 2C | 23 | 71 | 1D | 33 |
| Octal | 146 | 247 | 136 | 47 | 0 | 54 | 43 | 161 | 35 | 63 |
| Binary | 1100110 | 10100111 | 1011110 | 100111 | 0 | 101100 | 100011 | 1110001 | 11101 | 110011 |
Color Harmonies of #66A75E
Complementary color
Monochromatic Colors of #66A75E
Black with #66A75E
Text Example
Text Example
White with #66A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A75E; }
p { color: rgb(102,167,94); }
H1.HeaderClassName
{
color: #66A75E;
}
.AnyTagClassName
{
color: #66A75E;
}
</style>
background-color css
<style>
a { background-color: #66A75E; }
a { background-color: rgb(102,167,94); }
div.DivClassName
{
background-color: #66A75E;
}
.BgClassName
{
background-color: #66A75E;
}
</style>
border-color css
<style>
span { border-color: #66A75E; }
span { border-color: rgb(102,167,94); }
td.TdClassName
{
border-color: #66A75E;
}
.TagClassName
{
border-color: #66A75E;
}
</style>