Shades of Apple #64A045
Tints of Apple #64A045
RGB
CMYK
RGB Variations
Color information
#64A045 (or 0x64A045) is known color: Apple. HEX triplet: 64, A0 and 45. RGB value is (100,160,69). Sum of RGB (Red+Green+Blue) = 100+160+69=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #64A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A045 is #9B5FBA. Grayscale: #838383. Windows color (decimal): -10182587 or 4563044. OLE color: 4563044.
HSL color Cylindrical-coordinate representation of color #64A045: hue angle of 99.56º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64A045 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 69 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.37 |
| HSL | 99.56º | 0.4% | 0.45% | - |
| HSV(B) | 99.56º | 0.57% | 0.63% | - |
| XYZ | 18.9 | 28.28 | 10.09 | - |
| YUV | 131.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 69 | 0.38 | 0 | 0.57 | 0.37 | 99.56 | 0.4 | 0.45 |
| Hex | 64 | A0 | 45 | 26 | 0 | 39 | 25 | 64 | 28 | 2D |
| Octal | 144 | 240 | 105 | 46 | 0 | 71 | 45 | 144 | 50 | 55 |
| Binary | 1100100 | 10100000 | 1000101 | 100110 | 0 | 111001 | 100101 | 1100100 | 101000 | 101101 |
Color Harmonies of #64A045
Complementary color
Monochromatic Colors of #64A045
Black with #64A045
Text Example
Text Example
White with #64A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A045; }
p { color: rgb(100,160,69); }
H1.HeaderClassName
{
color: #64A045;
}
.AnyTagClassName
{
color: #64A045;
}
</style>
background-color css
<style>
a { background-color: #64A045; }
a { background-color: rgb(100,160,69); }
div.DivClassName
{
background-color: #64A045;
}
.BgClassName
{
background-color: #64A045;
}
</style>
border-color css
<style>
span { border-color: #64A045; }
span { border-color: rgb(100,160,69); }
td.TdClassName
{
border-color: #64A045;
}
.TagClassName
{
border-color: #64A045;
}
</style>