Shades of Apple #64AC47
Tints of Apple #64AC47
RGB
CMYK
RGB Variations
Color information
#64AC47 (or 0x64AC47) is known color: Apple. HEX triplet: 64, AC and 47. RGB value is (100,172,71). Sum of RGB (Red+Green+Blue) = 100+172+71=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC47 is #9B53B8. Grayscale: #8B8B8B. Windows color (decimal): -10179513 or 4697188. OLE color: 4697188.
HSL color Cylindrical-coordinate representation of color #64AC47: hue angle of 102.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64AC47 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 71 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.33 |
| HSL | 102.77º | 0.42% | 0.48% | - |
| HSV(B) | 102.77º | 0.59% | 0.67% | - |
| XYZ | 21.15 | 32.67 | 11.15 | - |
| YUV | 138.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 71 | 0.42 | 0 | 0.59 | 0.33 | 102.77 | 0.42 | 0.48 |
| Hex | 64 | AC | 47 | 2A | 0 | 3B | 21 | 67 | 2A | 30 |
| Octal | 144 | 254 | 107 | 52 | 0 | 73 | 41 | 147 | 52 | 60 |
| Binary | 1100100 | 10101100 | 1000111 | 101010 | 0 | 111011 | 100001 | 1100111 | 101010 | 110000 |
Color Harmonies of #64AC47
Complementary color
Monochromatic Colors of #64AC47
Black with #64AC47
Text Example
Text Example
White with #64AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC47; }
p { color: rgb(100,172,71); }
H1.HeaderClassName
{
color: #64AC47;
}
.AnyTagClassName
{
color: #64AC47;
}
</style>
background-color css
<style>
a { background-color: #64AC47; }
a { background-color: rgb(100,172,71); }
div.DivClassName
{
background-color: #64AC47;
}
.BgClassName
{
background-color: #64AC47;
}
</style>
border-color css
<style>
span { border-color: #64AC47; }
span { border-color: rgb(100,172,71); }
td.TdClassName
{
border-color: #64AC47;
}
.TagClassName
{
border-color: #64AC47;
}
</style>