Shades of Fern #65B16E
Tints of Fern #65B16E
RGB
CMYK
RGB Variations
Color information
#65B16E (or 0x65B16E) is known color: Fern. HEX triplet: 65, B1 and 6E. RGB value is (101,177,110). Sum of RGB (Red+Green+Blue) = 101+177+110=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #65B16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B16E is #9A4E91. Grayscale: #929292. Windows color (decimal): -10112658 or 7254373. OLE color: 7254373.
HSL color Cylindrical-coordinate representation of color #65B16E: hue angle of 127.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B16E is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 177 | 110 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.31 |
| HSL | 127.11º | 0.33% | 0.55% | - |
| HSV(B) | 127.11º | 0.43% | 0.69% | - |
| XYZ | 23.9 | 35.34 | 20.31 | - |
| YUV | 146.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 110 | 0.43 | 0 | 0.38 | 0.31 | 127.11 | 0.33 | 0.55 |
| Hex | 65 | B1 | 6E | 2B | 0 | 26 | 1F | 7F | 21 | 37 |
| Octal | 145 | 261 | 156 | 53 | 0 | 46 | 37 | 177 | 41 | 67 |
| Binary | 1100101 | 10110001 | 1101110 | 101011 | 0 | 100110 | 11111 | 1111111 | 100001 | 110111 |
Color Harmonies of #65B16E
Complementary color
Monochromatic Colors of #65B16E
Black with #65B16E
Text Example
Text Example
White with #65B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B16E; }
p { color: rgb(101,177,110); }
H1.HeaderClassName
{
color: #65B16E;
}
.AnyTagClassName
{
color: #65B16E;
}
</style>
background-color css
<style>
a { background-color: #65B16E; }
a { background-color: rgb(101,177,110); }
div.DivClassName
{
background-color: #65B16E;
}
.BgClassName
{
background-color: #65B16E;
}
</style>
border-color css
<style>
span { border-color: #65B16E; }
span { border-color: rgb(101,177,110); }
td.TdClassName
{
border-color: #65B16E;
}
.TagClassName
{
border-color: #65B16E;
}
</style>