Shades of Fern #65AD78
Tints of Fern #65AD78
RGB
CMYK
RGB Variations
Color information
#65AD78 (or 0x65AD78) is known color: Fern. HEX triplet: 65, AD and 78. RGB value is (101,173,120). Sum of RGB (Red+Green+Blue) = 101+173+120=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD78 is #9A5287. Grayscale: #919191. Windows color (decimal): -10113672 or 7908709. OLE color: 7908709.
HSL color Cylindrical-coordinate representation of color #65AD78: hue angle of 135.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD78 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 120 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.32 |
| HSL | 135.83º | 0.31% | 0.54% | - |
| HSV(B) | 135.83º | 0.42% | 0.68% | - |
| XYZ | 23.7 | 34.01 | 23.08 | - |
| YUV | 145.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 120 | 0.42 | 0 | 0.31 | 0.32 | 135.83 | 0.31 | 0.54 |
| Hex | 65 | AD | 78 | 2A | 0 | 1F | 20 | 88 | 1F | 36 |
| Octal | 145 | 255 | 170 | 52 | 0 | 37 | 40 | 210 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1111000 | 101010 | 0 | 11111 | 100000 | 10001000 | 11111 | 110110 |
Color Harmonies of #65AD78
Complementary color
Monochromatic Colors of #65AD78
Black with #65AD78
Text Example
Text Example
White with #65AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD78; }
p { color: rgb(101,173,120); }
H1.HeaderClassName
{
color: #65AD78;
}
.AnyTagClassName
{
color: #65AD78;
}
</style>
background-color css
<style>
a { background-color: #65AD78; }
a { background-color: rgb(101,173,120); }
div.DivClassName
{
background-color: #65AD78;
}
.BgClassName
{
background-color: #65AD78;
}
</style>
border-color css
<style>
span { border-color: #65AD78; }
span { border-color: rgb(101,173,120); }
td.TdClassName
{
border-color: #65AD78;
}
.TagClassName
{
border-color: #65AD78;
}
</style>