Shades of Apple #64A247
Tints of Apple #64A247
RGB
CMYK
RGB Variations
Color information
#64A247 (or 0x64A247) is known color: Apple. HEX triplet: 64, A2 and 47. RGB value is (100,162,71). Sum of RGB (Red+Green+Blue) = 100+162+71=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #64A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A247 is #9B5DB8. Grayscale: #858585. Windows color (decimal): -10182073 or 4694628. OLE color: 4694628.
HSL color Cylindrical-coordinate representation of color #64A247: hue angle of 100.88º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64A247 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 71 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.36 |
| HSL | 100.88º | 0.39% | 0.46% | - |
| HSV(B) | 100.88º | 0.56% | 0.64% | - |
| XYZ | 19.31 | 29 | 10.54 | - |
| YUV | 133.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 71 | 0.38 | 0 | 0.56 | 0.36 | 100.88 | 0.39 | 0.46 |
| Hex | 64 | A2 | 47 | 26 | 0 | 38 | 24 | 65 | 27 | 2E |
| Octal | 144 | 242 | 107 | 46 | 0 | 70 | 44 | 145 | 47 | 56 |
| Binary | 1100100 | 10100010 | 1000111 | 100110 | 0 | 111000 | 100100 | 1100101 | 100111 | 101110 |
Color Harmonies of #64A247
Complementary color
Monochromatic Colors of #64A247
Black with #64A247
Text Example
Text Example
White with #64A247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A247; }
p { color: rgb(100,162,71); }
H1.HeaderClassName
{
color: #64A247;
}
.AnyTagClassName
{
color: #64A247;
}
</style>
background-color css
<style>
a { background-color: #64A247; }
a { background-color: rgb(100,162,71); }
div.DivClassName
{
background-color: #64A247;
}
.BgClassName
{
background-color: #64A247;
}
</style>
border-color css
<style>
span { border-color: #64A247; }
span { border-color: rgb(100,162,71); }
td.TdClassName
{
border-color: #64A247;
}
.TagClassName
{
border-color: #64A247;
}
</style>