Shades of Fern #66A462
Tints of Fern #66A462
RGB
CMYK
RGB Variations
Color information
#66A462 (or 0x66A462) is known color: Fern. HEX triplet: 66, A4 and 62. RGB value is (102,164,98). Sum of RGB (Red+Green+Blue) = 102+164+98=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #66A462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A462 is #995B9D. Grayscale: #8A8A8A. Windows color (decimal): -10050462 or 6464614. OLE color: 6464614.
HSL color Cylindrical-coordinate representation of color #66A462: hue angle of 116.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A462 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 98 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.36 |
| HSL | 116.36º | 0.27% | 0.51% | - |
| HSV(B) | 116.36º | 0.4% | 0.64% | - |
| XYZ | 20.96 | 30.26 | 16.29 | - |
| YUV | 137.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 98 | 0.38 | 0 | 0.40 | 0.36 | 116.36 | 0.27 | 0.51 |
| Hex | 66 | A4 | 62 | 26 | 0 | 28 | 24 | 74 | 1B | 33 |
| Octal | 146 | 244 | 142 | 46 | 0 | 50 | 44 | 164 | 33 | 63 |
| Binary | 1100110 | 10100100 | 1100010 | 100110 | 0 | 101000 | 100100 | 1110100 | 11011 | 110011 |
Color Harmonies of #66A462
Complementary color
Monochromatic Colors of #66A462
Black with #66A462
Text Example
Text Example
White with #66A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A462; }
p { color: rgb(102,164,98); }
H1.HeaderClassName
{
color: #66A462;
}
.AnyTagClassName
{
color: #66A462;
}
</style>
background-color css
<style>
a { background-color: #66A462; }
a { background-color: rgb(102,164,98); }
div.DivClassName
{
background-color: #66A462;
}
.BgClassName
{
background-color: #66A462;
}
</style>
border-color css
<style>
span { border-color: #66A462; }
span { border-color: rgb(102,164,98); }
td.TdClassName
{
border-color: #66A462;
}
.TagClassName
{
border-color: #66A462;
}
</style>