Shades of Fern #64A95D
Tints of Fern #64A95D
RGB
CMYK
RGB Variations
Color information
#64A95D (or 0x64A95D) is known color: Fern. HEX triplet: 64, A9 and 5D. RGB value is (100,169,93). Sum of RGB (Red+Green+Blue) = 100+169+93=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #64A95D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A95D is #9B56A2. Grayscale: #8B8B8B. Windows color (decimal): -10180259 or 6138212. OLE color: 6138212.
HSL color Cylindrical-coordinate representation of color #64A95D: hue angle of 114.47º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64A95D is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 169 | 93 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.34 |
| HSL | 114.47º | 0.31% | 0.51% | - |
| HSV(B) | 114.47º | 0.45% | 0.66% | - |
| XYZ | 21.42 | 31.88 | 15.38 | - |
| YUV | 139.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 93 | 0.41 | 0 | 0.45 | 0.34 | 114.47 | 0.31 | 0.51 |
| Hex | 64 | A9 | 5D | 29 | 0 | 2D | 22 | 72 | 1F | 33 |
| Octal | 144 | 251 | 135 | 51 | 0 | 55 | 42 | 162 | 37 | 63 |
| Binary | 1100100 | 10101001 | 1011101 | 101001 | 0 | 101101 | 100010 | 1110010 | 11111 | 110011 |
Color Harmonies of #64A95D
Complementary color
Monochromatic Colors of #64A95D
Black with #64A95D
Text Example
Text Example
White with #64A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A95D; }
p { color: rgb(100,169,93); }
H1.HeaderClassName
{
color: #64A95D;
}
.AnyTagClassName
{
color: #64A95D;
}
</style>
background-color css
<style>
a { background-color: #64A95D; }
a { background-color: rgb(100,169,93); }
div.DivClassName
{
background-color: #64A95D;
}
.BgClassName
{
background-color: #64A95D;
}
</style>
border-color css
<style>
span { border-color: #64A95D; }
span { border-color: rgb(100,169,93); }
td.TdClassName
{
border-color: #64A95D;
}
.TagClassName
{
border-color: #64A95D;
}
</style>