Shades of Fern #65AF6D
Tints of Fern #65AF6D
RGB
CMYK
RGB Variations
Color information
#65AF6D (or 0x65AF6D) is known color: Fern. HEX triplet: 65, AF and 6D. RGB value is (101,175,109). Sum of RGB (Red+Green+Blue) = 101+175+109=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF6D is #9A5092. Grayscale: #919191. Windows color (decimal): -10113171 or 7188325. OLE color: 7188325.
HSL color Cylindrical-coordinate representation of color #65AF6D: hue angle of 126.49º 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 #65AF6D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 109 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.31 |
| HSL | 126.49º | 0.32% | 0.54% | - |
| HSV(B) | 126.49º | 0.42% | 0.69% | - |
| XYZ | 23.46 | 34.53 | 19.9 | - |
| YUV | 145.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 109 | 0.42 | 0 | 0.38 | 0.31 | 126.49 | 0.32 | 0.54 |
| Hex | 65 | AF | 6D | 2A | 0 | 26 | 1F | 7E | 20 | 36 |
| Octal | 145 | 257 | 155 | 52 | 0 | 46 | 37 | 176 | 40 | 66 |
| Binary | 1100101 | 10101111 | 1101101 | 101010 | 0 | 100110 | 11111 | 1111110 | 100000 | 110110 |
Color Harmonies of #65AF6D
Complementary color
Monochromatic Colors of #65AF6D
Black with #65AF6D
Text Example
Text Example
White with #65AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF6D; }
p { color: rgb(101,175,109); }
H1.HeaderClassName
{
color: #65AF6D;
}
.AnyTagClassName
{
color: #65AF6D;
}
</style>
background-color css
<style>
a { background-color: #65AF6D; }
a { background-color: rgb(101,175,109); }
div.DivClassName
{
background-color: #65AF6D;
}
.BgClassName
{
background-color: #65AF6D;
}
</style>
border-color css
<style>
span { border-color: #65AF6D; }
span { border-color: rgb(101,175,109); }
td.TdClassName
{
border-color: #65AF6D;
}
.TagClassName
{
border-color: #65AF6D;
}
</style>