Shades of Fern #65B76C
Tints of Fern #65B76C
RGB
CMYK
RGB Variations
Color information
#65B76C (or 0x65B76C) is known color: Fern. HEX triplet: 65, B7 and 6C. RGB value is (101,183,108). Sum of RGB (Red+Green+Blue) = 101+183+108=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #65B76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B76C is #9A4893. Grayscale: #969696. Windows color (decimal): -10111124 or 7124837. OLE color: 7124837.
HSL color Cylindrical-coordinate representation of color #65B76C: hue angle of 125.12º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B76C is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 183 | 108 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.28 |
| HSL | 125.12º | 0.36% | 0.56% | - |
| HSV(B) | 125.12º | 0.45% | 0.72% | - |
| XYZ | 25.01 | 37.72 | 20.15 | - |
| YUV | 149.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 183 | 108 | 0.45 | 0 | 0.41 | 0.28 | 125.12 | 0.36 | 0.56 |
| Hex | 65 | B7 | 6C | 2D | 0 | 29 | 1C | 7D | 24 | 38 |
| Octal | 145 | 267 | 154 | 55 | 0 | 51 | 34 | 175 | 44 | 70 |
| Binary | 1100101 | 10110111 | 1101100 | 101101 | 0 | 101001 | 11100 | 1111101 | 100100 | 111000 |
Color Harmonies of #65B76C
Complementary color
Monochromatic Colors of #65B76C
Black with #65B76C
Text Example
Text Example
White with #65B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B76C; }
p { color: rgb(101,183,108); }
H1.HeaderClassName
{
color: #65B76C;
}
.AnyTagClassName
{
color: #65B76C;
}
</style>
background-color css
<style>
a { background-color: #65B76C; }
a { background-color: rgb(101,183,108); }
div.DivClassName
{
background-color: #65B76C;
}
.BgClassName
{
background-color: #65B76C;
}
</style>
border-color css
<style>
span { border-color: #65B76C; }
span { border-color: rgb(101,183,108); }
td.TdClassName
{
border-color: #65B76C;
}
.TagClassName
{
border-color: #65B76C;
}
</style>