Shades of Apple #64A858
Tints of Apple #64A858
RGB
CMYK
RGB Variations
Color information
#64A858 (or 0x64A858) is known color: Apple. HEX triplet: 64, A8 and 58. RGB value is (100,168,88). Sum of RGB (Red+Green+Blue) = 100+168+88=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #64A858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A858 is #9B57A7. Grayscale: #8A8A8A. Windows color (decimal): -10180520 or 5810276. OLE color: 5810276.
HSL color Cylindrical-coordinate representation of color #64A858: hue angle of 111º degrees, saturation: 0.31, 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 #64A858 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 88 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.34 |
| HSL | 111º | 0.31% | 0.5% | - |
| HSV(B) | 111º | 0.48% | 0.66% | - |
| XYZ | 21.02 | 31.42 | 14.19 | - |
| YUV | 138.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 88 | 0.40 | 0 | 0.48 | 0.34 | 111 | 0.31 | 0.5 |
| Hex | 64 | A8 | 58 | 28 | 0 | 30 | 22 | 6F | 1F | 32 |
| Octal | 144 | 250 | 130 | 50 | 0 | 60 | 42 | 157 | 37 | 62 |
| Binary | 1100100 | 10101000 | 1011000 | 101000 | 0 | 110000 | 100010 | 1101111 | 11111 | 110010 |
Color Harmonies of #64A858
Complementary color
Monochromatic Colors of #64A858
Black with #64A858
Text Example
Text Example
White with #64A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A858; }
p { color: rgb(100,168,88); }
H1.HeaderClassName
{
color: #64A858;
}
.AnyTagClassName
{
color: #64A858;
}
</style>
background-color css
<style>
a { background-color: #64A858; }
a { background-color: rgb(100,168,88); }
div.DivClassName
{
background-color: #64A858;
}
.BgClassName
{
background-color: #64A858;
}
</style>
border-color css
<style>
span { border-color: #64A858; }
span { border-color: rgb(100,168,88); }
td.TdClassName
{
border-color: #64A858;
}
.TagClassName
{
border-color: #64A858;
}
</style>