Shades of Fern #65AF6C
Tints of Fern #65AF6C
RGB
CMYK
RGB Variations
Color information
#65AF6C (or 0x65AF6C) is known color: Fern. HEX triplet: 65, AF and 6C. RGB value is (101,175,108). Sum of RGB (Red+Green+Blue) = 101+175+108=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF6C is #9A5093. Grayscale: #919191. Windows color (decimal): -10113172 or 7122789. OLE color: 7122789.
HSL color Cylindrical-coordinate representation of color #65AF6C: hue angle of 125.68º 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 #65AF6C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 108 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.31 |
| HSL | 125.68º | 0.32% | 0.54% | - |
| HSV(B) | 125.68º | 0.42% | 0.69% | - |
| XYZ | 23.4 | 34.51 | 19.61 | - |
| YUV | 145.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 108 | 0.42 | 0 | 0.38 | 0.31 | 125.68 | 0.32 | 0.54 |
| Hex | 65 | AF | 6C | 2A | 0 | 26 | 1F | 7E | 20 | 36 |
| Octal | 145 | 257 | 154 | 52 | 0 | 46 | 37 | 176 | 40 | 66 |
| Binary | 1100101 | 10101111 | 1101100 | 101010 | 0 | 100110 | 11111 | 1111110 | 100000 | 110110 |
Color Harmonies of #65AF6C
Complementary color
Monochromatic Colors of #65AF6C
Black with #65AF6C
Text Example
Text Example
White with #65AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF6C; }
p { color: rgb(101,175,108); }
H1.HeaderClassName
{
color: #65AF6C;
}
.AnyTagClassName
{
color: #65AF6C;
}
</style>
background-color css
<style>
a { background-color: #65AF6C; }
a { background-color: rgb(101,175,108); }
div.DivClassName
{
background-color: #65AF6C;
}
.BgClassName
{
background-color: #65AF6C;
}
</style>
border-color css
<style>
span { border-color: #65AF6C; }
span { border-color: rgb(101,175,108); }
td.TdClassName
{
border-color: #65AF6C;
}
.TagClassName
{
border-color: #65AF6C;
}
</style>