Shades of Fern #65A56C
Tints of Fern #65A56C
RGB
CMYK
RGB Variations
Color information
#65A56C (or 0x65A56C) is known color: Fern. HEX triplet: 65, A5 and 6C. RGB value is (101,165,108). Sum of RGB (Red+Green+Blue) = 101+165+108=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #65A56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A56C is #9A5A93. Grayscale: #8B8B8B. Windows color (decimal): -10115732 or 7120229. OLE color: 7120229.
HSL color Cylindrical-coordinate representation of color #65A56C: hue angle of 126.56º degrees, saturation: 0.26, 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 #65A56C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 165 | 108 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.35 |
| HSL | 126.56º | 0.26% | 0.52% | - |
| HSV(B) | 126.56º | 0.39% | 0.65% | - |
| XYZ | 21.53 | 30.76 | 18.99 | - |
| YUV | 139.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 165 | 108 | 0.39 | 0 | 0.35 | 0.35 | 126.56 | 0.26 | 0.52 |
| Hex | 65 | A5 | 6C | 27 | 0 | 23 | 23 | 7F | 1A | 34 |
| Octal | 145 | 245 | 154 | 47 | 0 | 43 | 43 | 177 | 32 | 64 |
| Binary | 1100101 | 10100101 | 1101100 | 100111 | 0 | 100011 | 100011 | 1111111 | 11010 | 110100 |
Color Harmonies of #65A56C
Complementary color
Monochromatic Colors of #65A56C
Black with #65A56C
Text Example
Text Example
White with #65A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A56C; }
p { color: rgb(101,165,108); }
H1.HeaderClassName
{
color: #65A56C;
}
.AnyTagClassName
{
color: #65A56C;
}
</style>
background-color css
<style>
a { background-color: #65A56C; }
a { background-color: rgb(101,165,108); }
div.DivClassName
{
background-color: #65A56C;
}
.BgClassName
{
background-color: #65A56C;
}
</style>
border-color css
<style>
span { border-color: #65A56C; }
span { border-color: rgb(101,165,108); }
td.TdClassName
{
border-color: #65A56C;
}
.TagClassName
{
border-color: #65A56C;
}
</style>