Shades of Apple #64A859
Tints of Apple #64A859
RGB
CMYK
RGB Variations
Color information
#64A859 (or 0x64A859) is known color: Apple. HEX triplet: 64, A8 and 59. RGB value is (100,168,89). Sum of RGB (Red+Green+Blue) = 100+168+89=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #64A859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A859 is #9B57A6. Grayscale: #8A8A8A. Windows color (decimal): -10180519 or 5875812. OLE color: 5875812.
HSL color Cylindrical-coordinate representation of color #64A859: hue angle of 111.65º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64A859 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 89 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.34 |
| HSL | 111.65º | 0.31% | 0.5% | - |
| HSV(B) | 111.65º | 0.47% | 0.66% | - |
| XYZ | 21.06 | 31.44 | 14.41 | - |
| YUV | 138.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 89 | 0.40 | 0 | 0.47 | 0.34 | 111.65 | 0.31 | 0.5 |
| Hex | 64 | A8 | 59 | 28 | 0 | 2F | 22 | 70 | 1F | 32 |
| Octal | 144 | 250 | 131 | 50 | 0 | 57 | 42 | 160 | 37 | 62 |
| Binary | 1100100 | 10101000 | 1011001 | 101000 | 0 | 101111 | 100010 | 1110000 | 11111 | 110010 |
Color Harmonies of #64A859
Complementary color
Monochromatic Colors of #64A859
Black with #64A859
Text Example
Text Example
White with #64A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A859; }
p { color: rgb(100,168,89); }
H1.HeaderClassName
{
color: #64A859;
}
.AnyTagClassName
{
color: #64A859;
}
</style>
background-color css
<style>
a { background-color: #64A859; }
a { background-color: rgb(100,168,89); }
div.DivClassName
{
background-color: #64A859;
}
.BgClassName
{
background-color: #64A859;
}
</style>
border-color css
<style>
span { border-color: #64A859; }
span { border-color: rgb(100,168,89); }
td.TdClassName
{
border-color: #64A859;
}
.TagClassName
{
border-color: #64A859;
}
</style>