Shades of Fern #65A665
Tints of Fern #65A665
RGB
CMYK
RGB Variations
Color information
#65A665 (or 0x65A665) is known color: Fern. HEX triplet: 65, A6 and 65. RGB value is (101,166,101). Sum of RGB (Red+Green+Blue) = 101+166+101=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #65A665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A665 is #9A599A. Grayscale: #8B8B8B. Windows color (decimal): -10115483 or 6661733. OLE color: 6661733.
HSL color Cylindrical-coordinate representation of color #65A665: hue angle of 120º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A665 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 101 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.35 |
| HSL | 120º | 0.27% | 0.52% | - |
| HSV(B) | 120º | 0.39% | 0.65% | - |
| XYZ | 21.35 | 30.98 | 17.17 | - |
| YUV | 139.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 101 | 0.39 | 0 | 0.39 | 0.35 | 120 | 0.27 | 0.52 |
| Hex | 65 | A6 | 65 | 27 | 0 | 27 | 23 | 78 | 1B | 34 |
| Octal | 145 | 246 | 145 | 47 | 0 | 47 | 43 | 170 | 33 | 64 |
| Binary | 1100101 | 10100110 | 1100101 | 100111 | 0 | 100111 | 100011 | 1111000 | 11011 | 110100 |
Color Harmonies of #65A665
Complementary color
Monochromatic Colors of #65A665
Black with #65A665
Text Example
Text Example
White with #65A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A665; }
p { color: rgb(101,166,101); }
H1.HeaderClassName
{
color: #65A665;
}
.AnyTagClassName
{
color: #65A665;
}
</style>
background-color css
<style>
a { background-color: #65A665; }
a { background-color: rgb(101,166,101); }
div.DivClassName
{
background-color: #65A665;
}
.BgClassName
{
background-color: #65A665;
}
</style>
border-color css
<style>
span { border-color: #65A665; }
span { border-color: rgb(101,166,101); }
td.TdClassName
{
border-color: #65A665;
}
.TagClassName
{
border-color: #65A665;
}
</style>