Shades of Fern #65AD67
Tints of Fern #65AD67
RGB
CMYK
RGB Variations
Color information
#65AD67 (or 0x65AD67) is known color: Fern. HEX triplet: 65, AD and 67. RGB value is (101,173,103). Sum of RGB (Red+Green+Blue) = 101+173+103=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD67 is #9A5298. Grayscale: #8F8F8F. Windows color (decimal): -10113689 or 6794597. OLE color: 6794597.
HSL color Cylindrical-coordinate representation of color #65AD67: hue angle of 121.67º 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 #65AD67 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 103 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.32 |
| HSL | 121.67º | 0.31% | 0.54% | - |
| HSV(B) | 121.67º | 0.42% | 0.68% | - |
| XYZ | 22.76 | 33.63 | 18.12 | - |
| YUV | 143.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 103 | 0.42 | 0 | 0.40 | 0.32 | 121.67 | 0.31 | 0.54 |
| Hex | 65 | AD | 67 | 2A | 0 | 28 | 20 | 7A | 1F | 36 |
| Octal | 145 | 255 | 147 | 52 | 0 | 50 | 40 | 172 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1100111 | 101010 | 0 | 101000 | 100000 | 1111010 | 11111 | 110110 |
Color Harmonies of #65AD67
Complementary color
Monochromatic Colors of #65AD67
Black with #65AD67
Text Example
Text Example
White with #65AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD67; }
p { color: rgb(101,173,103); }
H1.HeaderClassName
{
color: #65AD67;
}
.AnyTagClassName
{
color: #65AD67;
}
</style>
background-color css
<style>
a { background-color: #65AD67; }
a { background-color: rgb(101,173,103); }
div.DivClassName
{
background-color: #65AD67;
}
.BgClassName
{
background-color: #65AD67;
}
</style>
border-color css
<style>
span { border-color: #65AD67; }
span { border-color: rgb(101,173,103); }
td.TdClassName
{
border-color: #65AD67;
}
.TagClassName
{
border-color: #65AD67;
}
</style>