Shades of Apple #64A052
Tints of Apple #64A052
RGB
CMYK
RGB Variations
Color information
#64A052 (or 0x64A052) is known color: Apple. HEX triplet: 64, A0 and 52. RGB value is (100,160,82). Sum of RGB (Red+Green+Blue) = 100+160+82=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #64A052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A052 is #9B5FAD. Grayscale: #858585. Windows color (decimal): -10182574 or 5415012. OLE color: 5415012.
HSL color Cylindrical-coordinate representation of color #64A052: hue angle of 106.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64A052 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 82 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.37 |
| HSL | 106.15º | 0.32% | 0.47% | - |
| HSV(B) | 106.15º | 0.49% | 0.63% | - |
| XYZ | 19.35 | 28.46 | 12.46 | - |
| YUV | 133.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 82 | 0.38 | 0 | 0.49 | 0.37 | 106.15 | 0.32 | 0.47 |
| Hex | 64 | A0 | 52 | 26 | 0 | 31 | 25 | 6A | 20 | 2F |
| Octal | 144 | 240 | 122 | 46 | 0 | 61 | 45 | 152 | 40 | 57 |
| Binary | 1100100 | 10100000 | 1010010 | 100110 | 0 | 110001 | 100101 | 1101010 | 100000 | 101111 |
Color Harmonies of #64A052
Complementary color
Monochromatic Colors of #64A052
Black with #64A052
Text Example
Text Example
White with #64A052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A052; }
p { color: rgb(100,160,82); }
H1.HeaderClassName
{
color: #64A052;
}
.AnyTagClassName
{
color: #64A052;
}
</style>
background-color css
<style>
a { background-color: #64A052; }
a { background-color: rgb(100,160,82); }
div.DivClassName
{
background-color: #64A052;
}
.BgClassName
{
background-color: #64A052;
}
</style>
border-color css
<style>
span { border-color: #64A052; }
span { border-color: rgb(100,160,82); }
td.TdClassName
{
border-color: #64A052;
}
.TagClassName
{
border-color: #64A052;
}
</style>