Shades of Apple #64A857
Tints of Apple #64A857
RGB
CMYK
RGB Variations
Color information
#64A857 (or 0x64A857) is known color: Apple. HEX triplet: 64, A8 and 57. RGB value is (100,168,87). Sum of RGB (Red+Green+Blue) = 100+168+87=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #64A857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A857 is #9B57A8. Grayscale: #8A8A8A. Windows color (decimal): -10180521 or 5744740. OLE color: 5744740.
HSL color Cylindrical-coordinate representation of color #64A857: hue angle of 110.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64A857 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 87 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.34 |
| HSL | 110.37º | 0.32% | 0.5% | - |
| HSV(B) | 110.37º | 0.48% | 0.66% | - |
| XYZ | 20.98 | 31.4 | 13.97 | - |
| YUV | 138.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 87 | 0.40 | 0 | 0.48 | 0.34 | 110.37 | 0.32 | 0.5 |
| Hex | 64 | A8 | 57 | 28 | 0 | 30 | 22 | 6E | 20 | 32 |
| Octal | 144 | 250 | 127 | 50 | 0 | 60 | 42 | 156 | 40 | 62 |
| Binary | 1100100 | 10101000 | 1010111 | 101000 | 0 | 110000 | 100010 | 1101110 | 100000 | 110010 |
Color Harmonies of #64A857
Complementary color
Monochromatic Colors of #64A857
Black with #64A857
Text Example
Text Example
White with #64A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A857; }
p { color: rgb(100,168,87); }
H1.HeaderClassName
{
color: #64A857;
}
.AnyTagClassName
{
color: #64A857;
}
</style>
background-color css
<style>
a { background-color: #64A857; }
a { background-color: rgb(100,168,87); }
div.DivClassName
{
background-color: #64A857;
}
.BgClassName
{
background-color: #64A857;
}
</style>
border-color css
<style>
span { border-color: #64A857; }
span { border-color: rgb(100,168,87); }
td.TdClassName
{
border-color: #64A857;
}
.TagClassName
{
border-color: #64A857;
}
</style>