Shades of Fern #65AA6B
Tints of Fern #65AA6B
RGB
CMYK
RGB Variations
Color information
#65AA6B (or 0x65AA6B) is known color: Fern. HEX triplet: 65, AA and 6B. RGB value is (101,170,107). Sum of RGB (Red+Green+Blue) = 101+170+107=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA6B is #9A5594. Grayscale: #8E8E8E. Windows color (decimal): -10114453 or 7055973. OLE color: 7055973.
HSL color Cylindrical-coordinate representation of color #65AA6B: hue angle of 125.22º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA6B is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 107 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.33 |
| HSL | 125.22º | 0.29% | 0.53% | - |
| HSV(B) | 125.22º | 0.41% | 0.67% | - |
| XYZ | 22.4 | 32.58 | 19.02 | - |
| YUV | 142.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 107 | 0.41 | 0 | 0.37 | 0.33 | 125.22 | 0.29 | 0.53 |
| Hex | 65 | AA | 6B | 29 | 0 | 25 | 21 | 7D | 1D | 35 |
| Octal | 145 | 252 | 153 | 51 | 0 | 45 | 41 | 175 | 35 | 65 |
| Binary | 1100101 | 10101010 | 1101011 | 101001 | 0 | 100101 | 100001 | 1111101 | 11101 | 110101 |
Color Harmonies of #65AA6B
Complementary color
Monochromatic Colors of #65AA6B
Black with #65AA6B
Text Example
Text Example
White with #65AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA6B; }
p { color: rgb(101,170,107); }
H1.HeaderClassName
{
color: #65AA6B;
}
.AnyTagClassName
{
color: #65AA6B;
}
</style>
background-color css
<style>
a { background-color: #65AA6B; }
a { background-color: rgb(101,170,107); }
div.DivClassName
{
background-color: #65AA6B;
}
.BgClassName
{
background-color: #65AA6B;
}
</style>
border-color css
<style>
span { border-color: #65AA6B; }
span { border-color: rgb(101,170,107); }
td.TdClassName
{
border-color: #65AA6B;
}
.TagClassName
{
border-color: #65AA6B;
}
</style>