Shades of Apple #64A841
Tints of Apple #64A841
RGB
CMYK
RGB Variations
Color information
#64A841 (or 0x64A841) is known color: Apple. HEX triplet: 64, A8 and 41. RGB value is (100,168,65). Sum of RGB (Red+Green+Blue) = 100+168+65=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #64A841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A841 is #9B57BE. Grayscale: #888888. Windows color (decimal): -10180543 or 4302948. OLE color: 4302948.
HSL color Cylindrical-coordinate representation of color #64A841: hue angle of 99.61º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64A841 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 65 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.34 |
| HSL | 99.61º | 0.44% | 0.46% | - |
| HSV(B) | 99.61º | 0.61% | 0.66% | - |
| XYZ | 20.21 | 31.1 | 9.94 | - |
| YUV | 135.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 65 | 0.40 | 0 | 0.61 | 0.34 | 99.61 | 0.44 | 0.46 |
| Hex | 64 | A8 | 41 | 28 | 0 | 3D | 22 | 64 | 2C | 2E |
| Octal | 144 | 250 | 101 | 50 | 0 | 75 | 42 | 144 | 54 | 56 |
| Binary | 1100100 | 10101000 | 1000001 | 101000 | 0 | 111101 | 100010 | 1100100 | 101100 | 101110 |
Color Harmonies of #64A841
Complementary color
Monochromatic Colors of #64A841
Black with #64A841
Text Example
Text Example
White with #64A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A841; }
p { color: rgb(100,168,65); }
H1.HeaderClassName
{
color: #64A841;
}
.AnyTagClassName
{
color: #64A841;
}
</style>
background-color css
<style>
a { background-color: #64A841; }
a { background-color: rgb(100,168,65); }
div.DivClassName
{
background-color: #64A841;
}
.BgClassName
{
background-color: #64A841;
}
</style>
border-color css
<style>
span { border-color: #64A841; }
span { border-color: rgb(100,168,65); }
td.TdClassName
{
border-color: #64A841;
}
.TagClassName
{
border-color: #64A841;
}
</style>