Shades of Apple #64AA56
Tints of Apple #64AA56
RGB
CMYK
RGB Variations
Color information
#64AA56 (or 0x64AA56) is known color: Apple. HEX triplet: 64, AA and 56. RGB value is (100,170,86). Sum of RGB (Red+Green+Blue) = 100+170+86=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA56 is #9B55A9. Grayscale: #8B8B8B. Windows color (decimal): -10180010 or 5679716. OLE color: 5679716.
HSL color Cylindrical-coordinate representation of color #64AA56: hue angle of 110º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64AA56 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 86 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.33 |
| HSL | 110º | 0.33% | 0.5% | - |
| HSV(B) | 110º | 0.49% | 0.67% | - |
| XYZ | 21.31 | 32.13 | 13.88 | - |
| YUV | 139.49 | 97.81 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 86 | 0.41 | 0 | 0.49 | 0.33 | 110 | 0.33 | 0.5 |
| Hex | 64 | AA | 56 | 29 | 0 | 31 | 21 | 6E | 21 | 32 |
| Octal | 144 | 252 | 126 | 51 | 0 | 61 | 41 | 156 | 41 | 62 |
| Binary | 1100100 | 10101010 | 1010110 | 101001 | 0 | 110001 | 100001 | 1101110 | 100001 | 110010 |
Color Harmonies of #64AA56
Complementary color
Monochromatic Colors of #64AA56
Black with #64AA56
Text Example
Text Example
White with #64AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AA56; }
p { color: rgb(100,170,86); }
H1.HeaderClassName
{
color: #64AA56;
}
.AnyTagClassName
{
color: #64AA56;
}
</style>
background-color css
<style>
a { background-color: #64AA56; }
a { background-color: rgb(100,170,86); }
div.DivClassName
{
background-color: #64AA56;
}
.BgClassName
{
background-color: #64AA56;
}
</style>
border-color css
<style>
span { border-color: #64AA56; }
span { border-color: rgb(100,170,86); }
td.TdClassName
{
border-color: #64AA56;
}
.TagClassName
{
border-color: #64AA56;
}
</style>