Shades of Fern #65AF6B
Tints of Fern #65AF6B
RGB
CMYK
RGB Variations
Color information
#65AF6B (or 0x65AF6B) is known color: Fern. HEX triplet: 65, AF and 6B. RGB value is (101,175,107). Sum of RGB (Red+Green+Blue) = 101+175+107=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF6B is #9A5094. Grayscale: #919191. Windows color (decimal): -10113173 or 7057253. OLE color: 7057253.
HSL color Cylindrical-coordinate representation of color #65AF6B: hue angle of 124.86º 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 #65AF6B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 107 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.31 |
| HSL | 124.86º | 0.32% | 0.54% | - |
| HSV(B) | 124.86º | 0.42% | 0.69% | - |
| XYZ | 23.35 | 34.49 | 19.34 | - |
| YUV | 145.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 107 | 0.42 | 0 | 0.39 | 0.31 | 124.86 | 0.32 | 0.54 |
| Hex | 65 | AF | 6B | 2A | 0 | 27 | 1F | 7D | 20 | 36 |
| Octal | 145 | 257 | 153 | 52 | 0 | 47 | 37 | 175 | 40 | 66 |
| Binary | 1100101 | 10101111 | 1101011 | 101010 | 0 | 100111 | 11111 | 1111101 | 100000 | 110110 |
Color Harmonies of #65AF6B
Complementary color
Monochromatic Colors of #65AF6B
Black with #65AF6B
Text Example
Text Example
White with #65AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF6B; }
p { color: rgb(101,175,107); }
H1.HeaderClassName
{
color: #65AF6B;
}
.AnyTagClassName
{
color: #65AF6B;
}
</style>
background-color css
<style>
a { background-color: #65AF6B; }
a { background-color: rgb(101,175,107); }
div.DivClassName
{
background-color: #65AF6B;
}
.BgClassName
{
background-color: #65AF6B;
}
</style>
border-color css
<style>
span { border-color: #65AF6B; }
span { border-color: rgb(101,175,107); }
td.TdClassName
{
border-color: #65AF6B;
}
.TagClassName
{
border-color: #65AF6B;
}
</style>