Shades of Apple #64A852
Tints of Apple #64A852
RGB
CMYK
RGB Variations
Color information
#64A852 (or 0x64A852) is known color: Apple. HEX triplet: 64, A8 and 52. RGB value is (100,168,82). Sum of RGB (Red+Green+Blue) = 100+168+82=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 168 - color contains mainly: green. Hex color #64A852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A852 is #9B57AD. Grayscale: #8A8A8A. Windows color (decimal): -10180526 or 5417060. OLE color: 5417060.
HSL color Cylindrical-coordinate representation of color #64A852: hue angle of 107.44º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64A852 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 82 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.34 |
| HSL | 107.44º | 0.34% | 0.49% | - |
| HSV(B) | 107.44º | 0.51% | 0.66% | - |
| XYZ | 20.78 | 31.32 | 12.93 | - |
| YUV | 137.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 82 | 0.40 | 0 | 0.51 | 0.34 | 107.44 | 0.34 | 0.49 |
| Hex | 64 | A8 | 52 | 28 | 0 | 33 | 22 | 6B | 22 | 31 |
| Octal | 144 | 250 | 122 | 50 | 0 | 63 | 42 | 153 | 42 | 61 |
| Binary | 1100100 | 10101000 | 1010010 | 101000 | 0 | 110011 | 100010 | 1101011 | 100010 | 110001 |
Color Harmonies of #64A852
Complementary color
Monochromatic Colors of #64A852
Black with #64A852
Text Example
Text Example
White with #64A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A852; }
p { color: rgb(100,168,82); }
H1.HeaderClassName
{
color: #64A852;
}
.AnyTagClassName
{
color: #64A852;
}
</style>
background-color css
<style>
a { background-color: #64A852; }
a { background-color: rgb(100,168,82); }
div.DivClassName
{
background-color: #64A852;
}
.BgClassName
{
background-color: #64A852;
}
</style>
border-color css
<style>
span { border-color: #64A852; }
span { border-color: rgb(100,168,82); }
td.TdClassName
{
border-color: #64A852;
}
.TagClassName
{
border-color: #64A852;
}
</style>