Shades of Fern #65AB6B
Tints of Fern #65AB6B
RGB
CMYK
RGB Variations
Color information
#65AB6B (or 0x65AB6B) is known color: Fern. HEX triplet: 65, AB and 6B. RGB value is (101,171,107). Sum of RGB (Red+Green+Blue) = 101+171+107=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB6B is #9A5494. Grayscale: #8E8E8E. Windows color (decimal): -10114197 or 7056229. OLE color: 7056229.
HSL color Cylindrical-coordinate representation of color #65AB6B: hue angle of 125.14º 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 #65AB6B is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 107 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.33 |
| HSL | 125.14º | 0.29% | 0.53% | - |
| HSV(B) | 125.14º | 0.41% | 0.67% | - |
| XYZ | 22.58 | 32.95 | 19.08 | - |
| YUV | 142.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 107 | 0.41 | 0 | 0.37 | 0.33 | 125.14 | 0.29 | 0.53 |
| Hex | 65 | AB | 6B | 29 | 0 | 25 | 21 | 7D | 1D | 35 |
| Octal | 145 | 253 | 153 | 51 | 0 | 45 | 41 | 175 | 35 | 65 |
| Binary | 1100101 | 10101011 | 1101011 | 101001 | 0 | 100101 | 100001 | 1111101 | 11101 | 110101 |
Color Harmonies of #65AB6B
Complementary color
Monochromatic Colors of #65AB6B
Black with #65AB6B
Text Example
Text Example
White with #65AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB6B; }
p { color: rgb(101,171,107); }
H1.HeaderClassName
{
color: #65AB6B;
}
.AnyTagClassName
{
color: #65AB6B;
}
</style>
background-color css
<style>
a { background-color: #65AB6B; }
a { background-color: rgb(101,171,107); }
div.DivClassName
{
background-color: #65AB6B;
}
.BgClassName
{
background-color: #65AB6B;
}
</style>
border-color css
<style>
span { border-color: #65AB6B; }
span { border-color: rgb(101,171,107); }
td.TdClassName
{
border-color: #65AB6B;
}
.TagClassName
{
border-color: #65AB6B;
}
</style>