Shades of Fern #65B666
Tints of Fern #65B666
RGB
CMYK
RGB Variations
Color information
#65B666 (or 0x65B666) is known color: Fern. HEX triplet: 65, B6 and 66. RGB value is (101,182,102). Sum of RGB (Red+Green+Blue) = 101+182+102=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #65B666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B666 is #9A4999. Grayscale: #949494. Windows color (decimal): -10111386 or 6731365. OLE color: 6731365.
HSL color Cylindrical-coordinate representation of color #65B666: hue angle of 120.74º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B666 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 182 | 102 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.29 |
| HSL | 120.74º | 0.36% | 0.55% | - |
| HSV(B) | 120.74º | 0.45% | 0.71% | - |
| XYZ | 24.49 | 37.18 | 18.46 | - |
| YUV | 148.66 | 101.66 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 182 | 102 | 0.45 | 0 | 0.44 | 0.29 | 120.74 | 0.36 | 0.55 |
| Hex | 65 | B6 | 66 | 2D | 0 | 2C | 1D | 79 | 24 | 37 |
| Octal | 145 | 266 | 146 | 55 | 0 | 54 | 35 | 171 | 44 | 67 |
| Binary | 1100101 | 10110110 | 1100110 | 101101 | 0 | 101100 | 11101 | 1111001 | 100100 | 110111 |
Color Harmonies of #65B666
Complementary color
Monochromatic Colors of #65B666
Black with #65B666
Text Example
Text Example
White with #65B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B666; }
p { color: rgb(101,182,102); }
H1.HeaderClassName
{
color: #65B666;
}
.AnyTagClassName
{
color: #65B666;
}
</style>
background-color css
<style>
a { background-color: #65B666; }
a { background-color: rgb(101,182,102); }
div.DivClassName
{
background-color: #65B666;
}
.BgClassName
{
background-color: #65B666;
}
</style>
border-color css
<style>
span { border-color: #65B666; }
span { border-color: rgb(101,182,102); }
td.TdClassName
{
border-color: #65B666;
}
.TagClassName
{
border-color: #65B666;
}
</style>