Shades of Fern #65AF6E
Tints of Fern #65AF6E
RGB
CMYK
RGB Variations
Color information
#65AF6E (or 0x65AF6E) is known color: Fern. HEX triplet: 65, AF and 6E. RGB value is (101,175,110). Sum of RGB (Red+Green+Blue) = 101+175+110=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF6E is #9A5091. Grayscale: #919191. Windows color (decimal): -10113170 or 7253861. OLE color: 7253861.
HSL color Cylindrical-coordinate representation of color #65AF6E: hue angle of 127.3º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF6E is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 110 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.31 |
| HSL | 127.3º | 0.32% | 0.54% | - |
| HSV(B) | 127.3º | 0.42% | 0.69% | - |
| XYZ | 23.51 | 34.55 | 20.18 | - |
| YUV | 145.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 110 | 0.42 | 0 | 0.37 | 0.31 | 127.3 | 0.32 | 0.54 |
| Hex | 65 | AF | 6E | 2A | 0 | 25 | 1F | 7F | 20 | 36 |
| Octal | 145 | 257 | 156 | 52 | 0 | 45 | 37 | 177 | 40 | 66 |
| Binary | 1100101 | 10101111 | 1101110 | 101010 | 0 | 100101 | 11111 | 1111111 | 100000 | 110110 |
Color Harmonies of #65AF6E
Complementary color
Monochromatic Colors of #65AF6E
Black with #65AF6E
Text Example
Text Example
White with #65AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF6E; }
p { color: rgb(101,175,110); }
H1.HeaderClassName
{
color: #65AF6E;
}
.AnyTagClassName
{
color: #65AF6E;
}
</style>
background-color css
<style>
a { background-color: #65AF6E; }
a { background-color: rgb(101,175,110); }
div.DivClassName
{
background-color: #65AF6E;
}
.BgClassName
{
background-color: #65AF6E;
}
</style>
border-color css
<style>
span { border-color: #65AF6E; }
span { border-color: rgb(101,175,110); }
td.TdClassName
{
border-color: #65AF6E;
}
.TagClassName
{
border-color: #65AF6E;
}
</style>