Shades of Apple #64A449
Tints of Apple #64A449
RGB
CMYK
RGB Variations
Color information
#64A449 (or 0x64A449) is known color: Apple. HEX triplet: 64, A4 and 49. RGB value is (100,164,73). Sum of RGB (Red+Green+Blue) = 100+164+73=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #64A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A449 is #9B5BB6. Grayscale: #868686. Windows color (decimal): -10181559 or 4826212. OLE color: 4826212.
HSL color Cylindrical-coordinate representation of color #64A449: hue angle of 102.2º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A449 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 164 | 73 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.36 |
| HSL | 102.2º | 0.38% | 0.46% | - |
| HSV(B) | 102.2º | 0.55% | 0.64% | - |
| XYZ | 19.73 | 29.74 | 11 | - |
| YUV | 134.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 73 | 0.39 | 0 | 0.55 | 0.36 | 102.2 | 0.38 | 0.46 |
| Hex | 64 | A4 | 49 | 27 | 0 | 37 | 24 | 66 | 26 | 2E |
| Octal | 144 | 244 | 111 | 47 | 0 | 67 | 44 | 146 | 46 | 56 |
| Binary | 1100100 | 10100100 | 1001001 | 100111 | 0 | 110111 | 100100 | 1100110 | 100110 | 101110 |
Color Harmonies of #64A449
Complementary color
Monochromatic Colors of #64A449
Black with #64A449
Text Example
Text Example
White with #64A449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A449; }
p { color: rgb(100,164,73); }
H1.HeaderClassName
{
color: #64A449;
}
.AnyTagClassName
{
color: #64A449;
}
</style>
background-color css
<style>
a { background-color: #64A449; }
a { background-color: rgb(100,164,73); }
div.DivClassName
{
background-color: #64A449;
}
.BgClassName
{
background-color: #64A449;
}
</style>
border-color css
<style>
span { border-color: #64A449; }
span { border-color: rgb(100,164,73); }
td.TdClassName
{
border-color: #64A449;
}
.TagClassName
{
border-color: #64A449;
}
</style>