Shades of Apple #64AA52
Tints of Apple #64AA52
RGB
CMYK
RGB Variations
Color information
#64AA52 (or 0x64AA52) is known color: Apple. HEX triplet: 64, AA and 52. RGB value is (100,170,82). Sum of RGB (Red+Green+Blue) = 100+170+82=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA52 is #9B55AD. Grayscale: #8B8B8B. Windows color (decimal): -10180014 or 5417572. OLE color: 5417572.
HSL color Cylindrical-coordinate representation of color #64AA52: hue angle of 107.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64AA52 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 82 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.33 |
| HSL | 107.73º | 0.35% | 0.49% | - |
| HSV(B) | 107.73º | 0.52% | 0.67% | - |
| XYZ | 21.15 | 32.07 | 13.06 | - |
| YUV | 139.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 82 | 0.41 | 0 | 0.52 | 0.33 | 107.73 | 0.35 | 0.49 |
| Hex | 64 | AA | 52 | 29 | 0 | 34 | 21 | 6C | 23 | 31 |
| Octal | 144 | 252 | 122 | 51 | 0 | 64 | 41 | 154 | 43 | 61 |
| Binary | 1100100 | 10101010 | 1010010 | 101001 | 0 | 110100 | 100001 | 1101100 | 100011 | 110001 |
Color Harmonies of #64AA52
Complementary color
Monochromatic Colors of #64AA52
Black with #64AA52
Text Example
Text Example
White with #64AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AA52; }
p { color: rgb(100,170,82); }
H1.HeaderClassName
{
color: #64AA52;
}
.AnyTagClassName
{
color: #64AA52;
}
</style>
background-color css
<style>
a { background-color: #64AA52; }
a { background-color: rgb(100,170,82); }
div.DivClassName
{
background-color: #64AA52;
}
.BgClassName
{
background-color: #64AA52;
}
</style>
border-color css
<style>
span { border-color: #64AA52; }
span { border-color: rgb(100,170,82); }
td.TdClassName
{
border-color: #64AA52;
}
.TagClassName
{
border-color: #64AA52;
}
</style>