Shades of Apple #64A04D
Tints of Apple #64A04D
RGB
CMYK
RGB Variations
Color information
#64A04D (or 0x64A04D) is known color: Apple. HEX triplet: 64, A0 and 4D. RGB value is (100,160,77). Sum of RGB (Red+Green+Blue) = 100+160+77=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #64A04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A04D is #9B5FB2. Grayscale: #848484. Windows color (decimal): -10182579 or 5087332. OLE color: 5087332.
HSL color Cylindrical-coordinate representation of color #64A04D: hue angle of 103.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64A04D is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 77 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.37 |
| HSL | 103.37º | 0.35% | 0.46% | - |
| HSV(B) | 103.37º | 0.52% | 0.63% | - |
| XYZ | 19.17 | 28.39 | 11.49 | - |
| YUV | 132.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 77 | 0.38 | 0 | 0.52 | 0.37 | 103.37 | 0.35 | 0.46 |
| Hex | 64 | A0 | 4D | 26 | 0 | 34 | 25 | 67 | 23 | 2E |
| Octal | 144 | 240 | 115 | 46 | 0 | 64 | 45 | 147 | 43 | 56 |
| Binary | 1100100 | 10100000 | 1001101 | 100110 | 0 | 110100 | 100101 | 1100111 | 100011 | 101110 |
Color Harmonies of #64A04D
Complementary color
Monochromatic Colors of #64A04D
Black with #64A04D
Text Example
Text Example
White with #64A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A04D; }
p { color: rgb(100,160,77); }
H1.HeaderClassName
{
color: #64A04D;
}
.AnyTagClassName
{
color: #64A04D;
}
</style>
background-color css
<style>
a { background-color: #64A04D; }
a { background-color: rgb(100,160,77); }
div.DivClassName
{
background-color: #64A04D;
}
.BgClassName
{
background-color: #64A04D;
}
</style>
border-color css
<style>
span { border-color: #64A04D; }
span { border-color: rgb(100,160,77); }
td.TdClassName
{
border-color: #64A04D;
}
.TagClassName
{
border-color: #64A04D;
}
</style>