Shades of Apple #64A545
Tints of Apple #64A545
RGB
CMYK
RGB Variations
Color information
#64A545 (or 0x64A545) is known color: Apple. HEX triplet: 64, A5 and 45. RGB value is (100,165,69). Sum of RGB (Red+Green+Blue) = 100+165+69=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #64A545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A545 is #9B5ABA. Grayscale: #868686. Windows color (decimal): -10181307 or 4564324. OLE color: 4564324.
HSL color Cylindrical-coordinate representation of color #64A545: hue angle of 100.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A545 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 165 | 69 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.35 |
| HSL | 100.63º | 0.41% | 0.46% | - |
| HSV(B) | 100.63º | 0.58% | 0.65% | - |
| XYZ | 19.78 | 30.05 | 10.39 | - |
| YUV | 134.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 69 | 0.39 | 0 | 0.58 | 0.35 | 100.63 | 0.41 | 0.46 |
| Hex | 64 | A5 | 45 | 27 | 0 | 3A | 23 | 65 | 29 | 2E |
| Octal | 144 | 245 | 105 | 47 | 0 | 72 | 43 | 145 | 51 | 56 |
| Binary | 1100100 | 10100101 | 1000101 | 100111 | 0 | 111010 | 100011 | 1100101 | 101001 | 101110 |
Color Harmonies of #64A545
Complementary color
Monochromatic Colors of #64A545
Black with #64A545
Text Example
Text Example
White with #64A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A545; }
p { color: rgb(100,165,69); }
H1.HeaderClassName
{
color: #64A545;
}
.AnyTagClassName
{
color: #64A545;
}
</style>
background-color css
<style>
a { background-color: #64A545; }
a { background-color: rgb(100,165,69); }
div.DivClassName
{
background-color: #64A545;
}
.BgClassName
{
background-color: #64A545;
}
</style>
border-color css
<style>
span { border-color: #64A545; }
span { border-color: rgb(100,165,69); }
td.TdClassName
{
border-color: #64A545;
}
.TagClassName
{
border-color: #64A545;
}
</style>