Shades of Fern #66B465
Tints of Fern #66B465
RGB
CMYK
RGB Variations
Color information
#66B465 (or 0x66B465) is known color: Fern. HEX triplet: 66, B4 and 65. RGB value is (102,180,101). Sum of RGB (Red+Green+Blue) = 102+180+101=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #66B465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B465 is #994B9A. Grayscale: #939393. Windows color (decimal): -10046363 or 6665318. OLE color: 6665318.
HSL color Cylindrical-coordinate representation of color #66B465: hue angle of 119.24º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B465 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 101 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.29 |
| HSL | 119.24º | 0.34% | 0.55% | - |
| HSV(B) | 119.24º | 0.44% | 0.71% | - |
| XYZ | 24.15 | 36.41 | 18.07 | - |
| YUV | 147.67 | 101.66 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 101 | 0.43 | 0 | 0.44 | 0.29 | 119.24 | 0.34 | 0.55 |
| Hex | 66 | B4 | 65 | 2B | 0 | 2C | 1D | 77 | 22 | 37 |
| Octal | 146 | 264 | 145 | 53 | 0 | 54 | 35 | 167 | 42 | 67 |
| Binary | 1100110 | 10110100 | 1100101 | 101011 | 0 | 101100 | 11101 | 1110111 | 100010 | 110111 |
Color Harmonies of #66B465
Complementary color
Monochromatic Colors of #66B465
Black with #66B465
Text Example
Text Example
White with #66B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B465; }
p { color: rgb(102,180,101); }
H1.HeaderClassName
{
color: #66B465;
}
.AnyTagClassName
{
color: #66B465;
}
</style>
background-color css
<style>
a { background-color: #66B465; }
a { background-color: rgb(102,180,101); }
div.DivClassName
{
background-color: #66B465;
}
.BgClassName
{
background-color: #66B465;
}
</style>
border-color css
<style>
span { border-color: #66B465; }
span { border-color: rgb(102,180,101); }
td.TdClassName
{
border-color: #66B465;
}
.TagClassName
{
border-color: #66B465;
}
</style>