Shades of Fern #65A85E
Tints of Fern #65A85E
RGB
CMYK
RGB Variations
Color information
#65A85E (or 0x65A85E) is known color: Fern. HEX triplet: 65, A8 and 5E. RGB value is (101,168,94). Sum of RGB (Red+Green+Blue) = 101+168+94=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #65A85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A85E is #9A57A1. Grayscale: #8B8B8B. Windows color (decimal): -10114978 or 6203493. OLE color: 6203493.
HSL color Cylindrical-coordinate representation of color #65A85E: hue angle of 114.32º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65A85E is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 168 | 94 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.34 |
| HSL | 114.32º | 0.3% | 0.51% | - |
| HSV(B) | 114.32º | 0.44% | 0.66% | - |
| XYZ | 21.39 | 31.58 | 15.56 | - |
| YUV | 139.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 94 | 0.40 | 0 | 0.44 | 0.34 | 114.32 | 0.3 | 0.51 |
| Hex | 65 | A8 | 5E | 28 | 0 | 2C | 22 | 72 | 1E | 33 |
| Octal | 145 | 250 | 136 | 50 | 0 | 54 | 42 | 162 | 36 | 63 |
| Binary | 1100101 | 10101000 | 1011110 | 101000 | 0 | 101100 | 100010 | 1110010 | 11110 | 110011 |
Color Harmonies of #65A85E
Complementary color
Monochromatic Colors of #65A85E
Black with #65A85E
Text Example
Text Example
White with #65A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A85E; }
p { color: rgb(101,168,94); }
H1.HeaderClassName
{
color: #65A85E;
}
.AnyTagClassName
{
color: #65A85E;
}
</style>
background-color css
<style>
a { background-color: #65A85E; }
a { background-color: rgb(101,168,94); }
div.DivClassName
{
background-color: #65A85E;
}
.BgClassName
{
background-color: #65A85E;
}
</style>
border-color css
<style>
span { border-color: #65A85E; }
span { border-color: rgb(101,168,94); }
td.TdClassName
{
border-color: #65A85E;
}
.TagClassName
{
border-color: #65A85E;
}
</style>