Shades of Fern #65B468
Tints of Fern #65B468
RGB
CMYK
RGB Variations
Color information
#65B468 (or 0x65B468) is known color: Fern. HEX triplet: 65, B4 and 68. RGB value is (101,180,104). Sum of RGB (Red+Green+Blue) = 101+180+104=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #65B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B468 is #9A4B97. Grayscale: #939393. Windows color (decimal): -10111896 or 6861925. OLE color: 6861925.
HSL color Cylindrical-coordinate representation of color #65B468: hue angle of 122.28º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B468 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 180 | 104 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.29 |
| HSL | 122.28º | 0.34% | 0.55% | - |
| HSV(B) | 122.28º | 0.44% | 0.71% | - |
| XYZ | 24.19 | 36.41 | 18.85 | - |
| YUV | 147.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 180 | 104 | 0.44 | 0 | 0.42 | 0.29 | 122.28 | 0.34 | 0.55 |
| Hex | 65 | B4 | 68 | 2C | 0 | 2A | 1D | 7A | 22 | 37 |
| Octal | 145 | 264 | 150 | 54 | 0 | 52 | 35 | 172 | 42 | 67 |
| Binary | 1100101 | 10110100 | 1101000 | 101100 | 0 | 101010 | 11101 | 1111010 | 100010 | 110111 |
Color Harmonies of #65B468
Complementary color
Monochromatic Colors of #65B468
Black with #65B468
Text Example
Text Example
White with #65B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B468; }
p { color: rgb(101,180,104); }
H1.HeaderClassName
{
color: #65B468;
}
.AnyTagClassName
{
color: #65B468;
}
</style>
background-color css
<style>
a { background-color: #65B468; }
a { background-color: rgb(101,180,104); }
div.DivClassName
{
background-color: #65B468;
}
.BgClassName
{
background-color: #65B468;
}
</style>
border-color css
<style>
span { border-color: #65B468; }
span { border-color: rgb(101,180,104); }
td.TdClassName
{
border-color: #65B468;
}
.TagClassName
{
border-color: #65B468;
}
</style>