Shades of Apple #64A54D
Tints of Apple #64A54D
RGB
CMYK
RGB Variations
Color information
#64A54D (or 0x64A54D) is known color: Apple. HEX triplet: 64, A5 and 4D. RGB value is (100,165,77). Sum of RGB (Red+Green+Blue) = 100+165+77=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #64A54D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A54D is #9B5AB2. Grayscale: #878787. Windows color (decimal): -10181299 or 5088612. OLE color: 5088612.
HSL color Cylindrical-coordinate representation of color #64A54D: hue angle of 104.32º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64A54D is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 165 | 77 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.35 |
| HSL | 104.32º | 0.36% | 0.47% | - |
| HSV(B) | 104.32º | 0.53% | 0.65% | - |
| XYZ | 20.05 | 30.16 | 11.79 | - |
| YUV | 135.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 77 | 0.39 | 0 | 0.53 | 0.35 | 104.32 | 0.36 | 0.47 |
| Hex | 64 | A5 | 4D | 27 | 0 | 35 | 23 | 68 | 24 | 2F |
| Octal | 144 | 245 | 115 | 47 | 0 | 65 | 43 | 150 | 44 | 57 |
| Binary | 1100100 | 10100101 | 1001101 | 100111 | 0 | 110101 | 100011 | 1101000 | 100100 | 101111 |
Color Harmonies of #64A54D
Complementary color
Monochromatic Colors of #64A54D
Black with #64A54D
Text Example
Text Example
White with #64A54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A54D; }
p { color: rgb(100,165,77); }
H1.HeaderClassName
{
color: #64A54D;
}
.AnyTagClassName
{
color: #64A54D;
}
</style>
background-color css
<style>
a { background-color: #64A54D; }
a { background-color: rgb(100,165,77); }
div.DivClassName
{
background-color: #64A54D;
}
.BgClassName
{
background-color: #64A54D;
}
</style>
border-color css
<style>
span { border-color: #64A54D; }
span { border-color: rgb(100,165,77); }
td.TdClassName
{
border-color: #64A54D;
}
.TagClassName
{
border-color: #64A54D;
}
</style>