Shades of Apple #64A651
Tints of Apple #64A651
RGB
CMYK
RGB Variations
Color information
#64A651 (or 0x64A651) is known color: Apple. HEX triplet: 64, A6 and 51. RGB value is (100,166,81). Sum of RGB (Red+Green+Blue) = 100+166+81=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #64A651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A651 is #9B59AE. Grayscale: #888888. Windows color (decimal): -10181039 or 5351012. OLE color: 5351012.
HSL color Cylindrical-coordinate representation of color #64A651: hue angle of 106.59º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64A651 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 81 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.35 |
| HSL | 106.59º | 0.34% | 0.48% | - |
| HSV(B) | 106.59º | 0.51% | 0.65% | - |
| XYZ | 20.38 | 30.58 | 12.61 | - |
| YUV | 136.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 81 | 0.40 | 0 | 0.51 | 0.35 | 106.59 | 0.34 | 0.48 |
| Hex | 64 | A6 | 51 | 28 | 0 | 33 | 23 | 6B | 22 | 30 |
| Octal | 144 | 246 | 121 | 50 | 0 | 63 | 43 | 153 | 42 | 60 |
| Binary | 1100100 | 10100110 | 1010001 | 101000 | 0 | 110011 | 100011 | 1101011 | 100010 | 110000 |
Color Harmonies of #64A651
Complementary color
Monochromatic Colors of #64A651
Black with #64A651
Text Example
Text Example
White with #64A651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A651; }
p { color: rgb(100,166,81); }
H1.HeaderClassName
{
color: #64A651;
}
.AnyTagClassName
{
color: #64A651;
}
</style>
background-color css
<style>
a { background-color: #64A651; }
a { background-color: rgb(100,166,81); }
div.DivClassName
{
background-color: #64A651;
}
.BgClassName
{
background-color: #64A651;
}
</style>
border-color css
<style>
span { border-color: #64A651; }
span { border-color: rgb(100,166,81); }
td.TdClassName
{
border-color: #64A651;
}
.TagClassName
{
border-color: #64A651;
}
</style>