Shades of Apple #64A34A
Tints of Apple #64A34A
RGB
CMYK
RGB Variations
Color information
#64A34A (or 0x64A34A) is known color: Apple. HEX triplet: 64, A3 and 4A. RGB value is (100,163,74). Sum of RGB (Red+Green+Blue) = 100+163+74=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #64A34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A34A is #9B5CB5. Grayscale: #868686. Windows color (decimal): -10181814 or 4891492. OLE color: 4891492.
HSL color Cylindrical-coordinate representation of color #64A34A: hue angle of 102.47º 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 #64A34A is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 163 | 74 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.36 |
| HSL | 102.47º | 0.38% | 0.46% | - |
| HSV(B) | 102.47º | 0.55% | 0.64% | - |
| XYZ | 19.59 | 29.4 | 11.12 | - |
| YUV | 134.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 74 | 0.39 | 0 | 0.55 | 0.36 | 102.47 | 0.38 | 0.46 |
| Hex | 64 | A3 | 4A | 27 | 0 | 37 | 24 | 66 | 26 | 2E |
| Octal | 144 | 243 | 112 | 47 | 0 | 67 | 44 | 146 | 46 | 56 |
| Binary | 1100100 | 10100011 | 1001010 | 100111 | 0 | 110111 | 100100 | 1100110 | 100110 | 101110 |
Color Harmonies of #64A34A
Complementary color
Monochromatic Colors of #64A34A
Black with #64A34A
Text Example
Text Example
White with #64A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A34A; }
p { color: rgb(100,163,74); }
H1.HeaderClassName
{
color: #64A34A;
}
.AnyTagClassName
{
color: #64A34A;
}
</style>
background-color css
<style>
a { background-color: #64A34A; }
a { background-color: rgb(100,163,74); }
div.DivClassName
{
background-color: #64A34A;
}
.BgClassName
{
background-color: #64A34A;
}
</style>
border-color css
<style>
span { border-color: #64A34A; }
span { border-color: rgb(100,163,74); }
td.TdClassName
{
border-color: #64A34A;
}
.TagClassName
{
border-color: #64A34A;
}
</style>