Shades of Apple #64A14D
Tints of Apple #64A14D
RGB
CMYK
RGB Variations
Color information
#64A14D (or 0x64A14D) is known color: Apple. HEX triplet: 64, A1 and 4D. RGB value is (100,161,77). Sum of RGB (Red+Green+Blue) = 100+161+77=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #64A14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A14D is #9B5EB2. Grayscale: #858585. Windows color (decimal): -10182323 or 5087588. OLE color: 5087588.
HSL color Cylindrical-coordinate representation of color #64A14D: hue angle of 103.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64A14D is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 77 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.37 |
| HSL | 103.57º | 0.35% | 0.47% | - |
| HSV(B) | 103.57º | 0.52% | 0.63% | - |
| XYZ | 19.34 | 28.73 | 11.55 | - |
| YUV | 133.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 77 | 0.38 | 0 | 0.52 | 0.37 | 103.57 | 0.35 | 0.47 |
| Hex | 64 | A1 | 4D | 26 | 0 | 34 | 25 | 68 | 23 | 2F |
| Octal | 144 | 241 | 115 | 46 | 0 | 64 | 45 | 150 | 43 | 57 |
| Binary | 1100100 | 10100001 | 1001101 | 100110 | 0 | 110100 | 100101 | 1101000 | 100011 | 101111 |
Color Harmonies of #64A14D
Complementary color
Monochromatic Colors of #64A14D
Black with #64A14D
Text Example
Text Example
White with #64A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A14D; }
p { color: rgb(100,161,77); }
H1.HeaderClassName
{
color: #64A14D;
}
.AnyTagClassName
{
color: #64A14D;
}
</style>
background-color css
<style>
a { background-color: #64A14D; }
a { background-color: rgb(100,161,77); }
div.DivClassName
{
background-color: #64A14D;
}
.BgClassName
{
background-color: #64A14D;
}
</style>
border-color css
<style>
span { border-color: #64A14D; }
span { border-color: rgb(100,161,77); }
td.TdClassName
{
border-color: #64A14D;
}
.TagClassName
{
border-color: #64A14D;
}
</style>