Shades of Fern #64AE77
Tints of Fern #64AE77
RGB
CMYK
RGB Variations
Color information
#64AE77 (or 0x64AE77) is known color: Fern. HEX triplet: 64, AE and 77. RGB value is (100,174,119). Sum of RGB (Red+Green+Blue) = 100+174+119=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE77 is #9B5188. Grayscale: #919191. Windows color (decimal): -10178953 or 7843428. OLE color: 7843428.
HSL color Cylindrical-coordinate representation of color #64AE77: hue angle of 135.41º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE77 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 119 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.32 |
| HSL | 135.41º | 0.31% | 0.54% | - |
| HSV(B) | 135.41º | 0.43% | 0.68% | - |
| XYZ | 23.72 | 34.31 | 22.83 | - |
| YUV | 145.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 119 | 0.43 | 0 | 0.32 | 0.32 | 135.41 | 0.31 | 0.54 |
| Hex | 64 | AE | 77 | 2B | 0 | 20 | 20 | 87 | 1F | 36 |
| Octal | 144 | 256 | 167 | 53 | 0 | 40 | 40 | 207 | 37 | 66 |
| Binary | 1100100 | 10101110 | 1110111 | 101011 | 0 | 100000 | 100000 | 10000111 | 11111 | 110110 |
Color Harmonies of #64AE77
Complementary color
Monochromatic Colors of #64AE77
Black with #64AE77
Text Example
Text Example
White with #64AE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE77; }
p { color: rgb(100,174,119); }
H1.HeaderClassName
{
color: #64AE77;
}
.AnyTagClassName
{
color: #64AE77;
}
</style>
background-color css
<style>
a { background-color: #64AE77; }
a { background-color: rgb(100,174,119); }
div.DivClassName
{
background-color: #64AE77;
}
.BgClassName
{
background-color: #64AE77;
}
</style>
border-color css
<style>
span { border-color: #64AE77; }
span { border-color: rgb(100,174,119); }
td.TdClassName
{
border-color: #64AE77;
}
.TagClassName
{
border-color: #64AE77;
}
</style>