Shades of Apple #64AA4E
Tints of Apple #64AA4E
RGB
CMYK
RGB Variations
Color information
#64AA4E (or 0x64AA4E) is known color: Apple. HEX triplet: 64, AA and 4E. RGB value is (100,170,78). Sum of RGB (Red+Green+Blue) = 100+170+78=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA4E is #9B55B1. Grayscale: #8A8A8A. Windows color (decimal): -10180018 or 5155428. OLE color: 5155428.
HSL color Cylindrical-coordinate representation of color #64AA4E: hue angle of 105.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64AA4E is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 78 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.33 |
| HSL | 105.65º | 0.37% | 0.49% | - |
| HSV(B) | 105.65º | 0.54% | 0.67% | - |
| XYZ | 21.01 | 32.01 | 12.28 | - |
| YUV | 138.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 78 | 0.41 | 0 | 0.54 | 0.33 | 105.65 | 0.37 | 0.49 |
| Hex | 64 | AA | 4E | 29 | 0 | 36 | 21 | 6A | 25 | 31 |
| Octal | 144 | 252 | 116 | 51 | 0 | 66 | 41 | 152 | 45 | 61 |
| Binary | 1100100 | 10101010 | 1001110 | 101001 | 0 | 110110 | 100001 | 1101010 | 100101 | 110001 |
Color Harmonies of #64AA4E
Complementary color
Monochromatic Colors of #64AA4E
Black with #64AA4E
Text Example
Text Example
White with #64AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AA4E; }
p { color: rgb(100,170,78); }
H1.HeaderClassName
{
color: #64AA4E;
}
.AnyTagClassName
{
color: #64AA4E;
}
</style>
background-color css
<style>
a { background-color: #64AA4E; }
a { background-color: rgb(100,170,78); }
div.DivClassName
{
background-color: #64AA4E;
}
.BgClassName
{
background-color: #64AA4E;
}
</style>
border-color css
<style>
span { border-color: #64AA4E; }
span { border-color: rgb(100,170,78); }
td.TdClassName
{
border-color: #64AA4E;
}
.TagClassName
{
border-color: #64AA4E;
}
</style>