Shades of Apple #64A147
Tints of Apple #64A147
RGB
CMYK
RGB Variations
Color information
#64A147 (or 0x64A147) is known color: Apple. HEX triplet: 64, A1 and 47. RGB value is (100,161,71). Sum of RGB (Red+Green+Blue) = 100+161+71=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #64A147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A147 is #9B5EB8. Grayscale: #848484. Windows color (decimal): -10182329 or 4694372. OLE color: 4694372.
HSL color Cylindrical-coordinate representation of color #64A147: hue angle of 100.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64A147 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 71 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.37 |
| HSL | 100.67º | 0.39% | 0.45% | - |
| HSV(B) | 100.67º | 0.56% | 0.63% | - |
| XYZ | 19.14 | 28.65 | 10.48 | - |
| YUV | 132.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 71 | 0.38 | 0 | 0.56 | 0.37 | 100.67 | 0.39 | 0.45 |
| Hex | 64 | A1 | 47 | 26 | 0 | 38 | 25 | 65 | 27 | 2D |
| Octal | 144 | 241 | 107 | 46 | 0 | 70 | 45 | 145 | 47 | 55 |
| Binary | 1100100 | 10100001 | 1000111 | 100110 | 0 | 111000 | 100101 | 1100101 | 100111 | 101101 |
Color Harmonies of #64A147
Complementary color
Monochromatic Colors of #64A147
Black with #64A147
Text Example
Text Example
White with #64A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A147; }
p { color: rgb(100,161,71); }
H1.HeaderClassName
{
color: #64A147;
}
.AnyTagClassName
{
color: #64A147;
}
</style>
background-color css
<style>
a { background-color: #64A147; }
a { background-color: rgb(100,161,71); }
div.DivClassName
{
background-color: #64A147;
}
.BgClassName
{
background-color: #64A147;
}
</style>
border-color css
<style>
span { border-color: #64A147; }
span { border-color: rgb(100,161,71); }
td.TdClassName
{
border-color: #64A147;
}
.TagClassName
{
border-color: #64A147;
}
</style>