Shades of Fern #65AF7A
Tints of Fern #65AF7A
RGB
CMYK
RGB Variations
Color information
#65AF7A (or 0x65AF7A) is known color: Fern. HEX triplet: 65, AF and 7A. RGB value is (101,175,122). Sum of RGB (Red+Green+Blue) = 101+175+122=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF7A is #9A5085. Grayscale: #929292. Windows color (decimal): -10113158 or 8040293. OLE color: 8040293.
HSL color Cylindrical-coordinate representation of color #65AF7A: hue angle of 137.03º 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 #65AF7A is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 122 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.31 |
| HSL | 137.03º | 0.32% | 0.54% | - |
| HSV(B) | 137.03º | 0.42% | 0.69% | - |
| XYZ | 24.21 | 34.83 | 23.86 | - |
| YUV | 146.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 122 | 0.42 | 0 | 0.30 | 0.31 | 137.03 | 0.32 | 0.54 |
| Hex | 65 | AF | 7A | 2A | 0 | 1E | 1F | 89 | 20 | 36 |
| Octal | 145 | 257 | 172 | 52 | 0 | 36 | 37 | 211 | 40 | 66 |
| Binary | 1100101 | 10101111 | 1111010 | 101010 | 0 | 11110 | 11111 | 10001001 | 100000 | 110110 |
Color Harmonies of #65AF7A
Complementary color
Monochromatic Colors of #65AF7A
Black with #65AF7A
Text Example
Text Example
White with #65AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF7A; }
p { color: rgb(101,175,122); }
H1.HeaderClassName
{
color: #65AF7A;
}
.AnyTagClassName
{
color: #65AF7A;
}
</style>
background-color css
<style>
a { background-color: #65AF7A; }
a { background-color: rgb(101,175,122); }
div.DivClassName
{
background-color: #65AF7A;
}
.BgClassName
{
background-color: #65AF7A;
}
</style>
border-color css
<style>
span { border-color: #65AF7A; }
span { border-color: rgb(101,175,122); }
td.TdClassName
{
border-color: #65AF7A;
}
.TagClassName
{
border-color: #65AF7A;
}
</style>