Shades of Apple #64A353
Tints of Apple #64A353
RGB
CMYK
RGB Variations
Color information
#64A353 (or 0x64A353) is known color: Apple. HEX triplet: 64, A3 and 53. RGB value is (100,163,83). Sum of RGB (Red+Green+Blue) = 100+163+83=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #64A353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A353 is #9B5CAC. Grayscale: #878787. Windows color (decimal): -10181805 or 5481316. OLE color: 5481316.
HSL color Cylindrical-coordinate representation of color #64A353: hue angle of 107.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64A353 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 163 | 83 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.36 |
| HSL | 107.25º | 0.33% | 0.48% | - |
| HSV(B) | 107.25º | 0.49% | 0.64% | - |
| XYZ | 19.91 | 29.53 | 12.83 | - |
| YUV | 135.04 | 98.63 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 83 | 0.39 | 0 | 0.49 | 0.36 | 107.25 | 0.33 | 0.48 |
| Hex | 64 | A3 | 53 | 27 | 0 | 31 | 24 | 6B | 21 | 30 |
| Octal | 144 | 243 | 123 | 47 | 0 | 61 | 44 | 153 | 41 | 60 |
| Binary | 1100100 | 10100011 | 1010011 | 100111 | 0 | 110001 | 100100 | 1101011 | 100001 | 110000 |
Color Harmonies of #64A353
Complementary color
Monochromatic Colors of #64A353
Black with #64A353
Text Example
Text Example
White with #64A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A353; }
p { color: rgb(100,163,83); }
H1.HeaderClassName
{
color: #64A353;
}
.AnyTagClassName
{
color: #64A353;
}
</style>
background-color css
<style>
a { background-color: #64A353; }
a { background-color: rgb(100,163,83); }
div.DivClassName
{
background-color: #64A353;
}
.BgClassName
{
background-color: #64A353;
}
</style>
border-color css
<style>
span { border-color: #64A353; }
span { border-color: rgb(100,163,83); }
td.TdClassName
{
border-color: #64A353;
}
.TagClassName
{
border-color: #64A353;
}
</style>