Shades of Fern #65A86B
Tints of Fern #65A86B
RGB
CMYK
RGB Variations
Color information
#65A86B (or 0x65A86B) is known color: Fern. HEX triplet: 65, A8 and 6B. RGB value is (101,168,107). Sum of RGB (Red+Green+Blue) = 101+168+107=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #65A86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A86B is #9A5794. Grayscale: #8D8D8D. Windows color (decimal): -10114965 or 7055461. OLE color: 7055461.
HSL color Cylindrical-coordinate representation of color #65A86B: hue angle of 125.37º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A86B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 168 | 107 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.34 |
| HSL | 125.37º | 0.28% | 0.53% | - |
| HSV(B) | 125.37º | 0.4% | 0.66% | - |
| XYZ | 22.02 | 31.83 | 18.89 | - |
| YUV | 141.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 107 | 0.40 | 0 | 0.36 | 0.34 | 125.37 | 0.28 | 0.53 |
| Hex | 65 | A8 | 6B | 28 | 0 | 24 | 22 | 7D | 1C | 35 |
| Octal | 145 | 250 | 153 | 50 | 0 | 44 | 42 | 175 | 34 | 65 |
| Binary | 1100101 | 10101000 | 1101011 | 101000 | 0 | 100100 | 100010 | 1111101 | 11100 | 110101 |
Color Harmonies of #65A86B
Complementary color
Monochromatic Colors of #65A86B
Black with #65A86B
Text Example
Text Example
White with #65A86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A86B; }
p { color: rgb(101,168,107); }
H1.HeaderClassName
{
color: #65A86B;
}
.AnyTagClassName
{
color: #65A86B;
}
</style>
background-color css
<style>
a { background-color: #65A86B; }
a { background-color: rgb(101,168,107); }
div.DivClassName
{
background-color: #65A86B;
}
.BgClassName
{
background-color: #65A86B;
}
</style>
border-color css
<style>
span { border-color: #65A86B; }
span { border-color: rgb(101,168,107); }
td.TdClassName
{
border-color: #65A86B;
}
.TagClassName
{
border-color: #65A86B;
}
</style>