Shades of Fern #66A263
Tints of Fern #66A263
RGB
CMYK
RGB Variations
Color information
#66A263 (or 0x66A263) is known color: Fern. HEX triplet: 66, A2 and 63. RGB value is (102,162,99). Sum of RGB (Red+Green+Blue) = 102+162+99=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #66A263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A263 is #995D9C. Grayscale: #898989. Windows color (decimal): -10050973 or 6529638. OLE color: 6529638.
HSL color Cylindrical-coordinate representation of color #66A263: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A263 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 99 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.36 |
| HSL | 117.14º | 0.25% | 0.51% | - |
| HSV(B) | 117.14º | 0.39% | 0.64% | - |
| XYZ | 20.65 | 29.57 | 16.42 | - |
| YUV | 136.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 99 | 0.37 | 0 | 0.39 | 0.36 | 117.14 | 0.25 | 0.51 |
| Hex | 66 | A2 | 63 | 25 | 0 | 27 | 24 | 75 | 19 | 33 |
| Octal | 146 | 242 | 143 | 45 | 0 | 47 | 44 | 165 | 31 | 63 |
| Binary | 1100110 | 10100010 | 1100011 | 100101 | 0 | 100111 | 100100 | 1110101 | 11001 | 110011 |
Color Harmonies of #66A263
Complementary color
Monochromatic Colors of #66A263
Black with #66A263
Text Example
Text Example
White with #66A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A263; }
p { color: rgb(102,162,99); }
H1.HeaderClassName
{
color: #66A263;
}
.AnyTagClassName
{
color: #66A263;
}
</style>
background-color css
<style>
a { background-color: #66A263; }
a { background-color: rgb(102,162,99); }
div.DivClassName
{
background-color: #66A263;
}
.BgClassName
{
background-color: #66A263;
}
</style>
border-color css
<style>
span { border-color: #66A263; }
span { border-color: rgb(102,162,99); }
td.TdClassName
{
border-color: #66A263;
}
.TagClassName
{
border-color: #66A263;
}
</style>