Shades of Fern #64AD65
Tints of Fern #64AD65
RGB
CMYK
RGB Variations
Color information
#64AD65 (or 0x64AD65) is known color: Fern. HEX triplet: 64, AD and 65. RGB value is (100,173,101). Sum of RGB (Red+Green+Blue) = 100+173+101=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD65 is #9B529A. Grayscale: #8F8F8F. Windows color (decimal): -10179227 or 6663524. OLE color: 6663524.
HSL color Cylindrical-coordinate representation of color #64AD65: hue angle of 120.82º 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 #64AD65 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 101 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.32 |
| HSL | 120.82º | 0.31% | 0.54% | - |
| HSV(B) | 120.82º | 0.42% | 0.68% | - |
| XYZ | 22.55 | 33.54 | 17.6 | - |
| YUV | 142.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 101 | 0.42 | 0 | 0.42 | 0.32 | 120.82 | 0.31 | 0.54 |
| Hex | 64 | AD | 65 | 2A | 0 | 2A | 20 | 79 | 1F | 36 |
| Octal | 144 | 255 | 145 | 52 | 0 | 52 | 40 | 171 | 37 | 66 |
| Binary | 1100100 | 10101101 | 1100101 | 101010 | 0 | 101010 | 100000 | 1111001 | 11111 | 110110 |
Color Harmonies of #64AD65
Complementary color
Monochromatic Colors of #64AD65
Black with #64AD65
Text Example
Text Example
White with #64AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD65; }
p { color: rgb(100,173,101); }
H1.HeaderClassName
{
color: #64AD65;
}
.AnyTagClassName
{
color: #64AD65;
}
</style>
background-color css
<style>
a { background-color: #64AD65; }
a { background-color: rgb(100,173,101); }
div.DivClassName
{
background-color: #64AD65;
}
.BgClassName
{
background-color: #64AD65;
}
</style>
border-color css
<style>
span { border-color: #64AD65; }
span { border-color: rgb(100,173,101); }
td.TdClassName
{
border-color: #64AD65;
}
.TagClassName
{
border-color: #64AD65;
}
</style>