Shades of Apple #64A941
Tints of Apple #64A941
RGB
CMYK
RGB Variations
Color information
#64A941 (or 0x64A941) is known color: Apple. HEX triplet: 64, A9 and 41. RGB value is (100,169,65). Sum of RGB (Red+Green+Blue) = 100+169+65=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #64A941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A941 is #9B56BE. Grayscale: #888888. Windows color (decimal): -10180287 or 4303204. OLE color: 4303204.
HSL color Cylindrical-coordinate representation of color #64A941: hue angle of 99.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64A941 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 169 | 65 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.34 |
| HSL | 99.81º | 0.44% | 0.46% | - |
| HSV(B) | 99.81º | 0.62% | 0.66% | - |
| XYZ | 20.4 | 31.47 | 10 | - |
| YUV | 136.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 65 | 0.41 | 0 | 0.62 | 0.34 | 99.81 | 0.44 | 0.46 |
| Hex | 64 | A9 | 41 | 29 | 0 | 3E | 22 | 64 | 2C | 2E |
| Octal | 144 | 251 | 101 | 51 | 0 | 76 | 42 | 144 | 54 | 56 |
| Binary | 1100100 | 10101001 | 1000001 | 101001 | 0 | 111110 | 100010 | 1100100 | 101100 | 101110 |
Color Harmonies of #64A941
Complementary color
Monochromatic Colors of #64A941
Black with #64A941
Text Example
Text Example
White with #64A941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A941; }
p { color: rgb(100,169,65); }
H1.HeaderClassName
{
color: #64A941;
}
.AnyTagClassName
{
color: #64A941;
}
</style>
background-color css
<style>
a { background-color: #64A941; }
a { background-color: rgb(100,169,65); }
div.DivClassName
{
background-color: #64A941;
}
.BgClassName
{
background-color: #64A941;
}
</style>
border-color css
<style>
span { border-color: #64A941; }
span { border-color: rgb(100,169,65); }
td.TdClassName
{
border-color: #64A941;
}
.TagClassName
{
border-color: #64A941;
}
</style>