Shades of Apple #64B659
Tints of Apple #64B659
RGB
CMYK
RGB Variations
Color information
#64B659 (or 0x64B659) is known color: Apple. HEX triplet: 64, B6 and 59. RGB value is (100,182,89). Sum of RGB (Red+Green+Blue) = 100+182+89=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #64B659 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B659 is #9B49A6. Grayscale: #939393. Windows color (decimal): -10176935 or 5879396. OLE color: 5879396.
HSL color Cylindrical-coordinate representation of color #64B659: hue angle of 112.9º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64B659 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 89 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.29 |
| HSL | 112.9º | 0.39% | 0.53% | - |
| HSV(B) | 112.9º | 0.51% | 0.71% | - |
| XYZ | 23.79 | 36.89 | 15.32 | - |
| YUV | 146.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 89 | 0.45 | 0 | 0.51 | 0.29 | 112.9 | 0.39 | 0.53 |
| Hex | 64 | B6 | 59 | 2D | 0 | 33 | 1D | 71 | 27 | 35 |
| Octal | 144 | 266 | 131 | 55 | 0 | 63 | 35 | 161 | 47 | 65 |
| Binary | 1100100 | 10110110 | 1011001 | 101101 | 0 | 110011 | 11101 | 1110001 | 100111 | 110101 |
Color Harmonies of #64B659
Complementary color
Monochromatic Colors of #64B659
Black with #64B659
Text Example
Text Example
White with #64B659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B659; }
p { color: rgb(100,182,89); }
H1.HeaderClassName
{
color: #64B659;
}
.AnyTagClassName
{
color: #64B659;
}
</style>
background-color css
<style>
a { background-color: #64B659; }
a { background-color: rgb(100,182,89); }
div.DivClassName
{
background-color: #64B659;
}
.BgClassName
{
background-color: #64B659;
}
</style>
border-color css
<style>
span { border-color: #64B659; }
span { border-color: rgb(100,182,89); }
td.TdClassName
{
border-color: #64B659;
}
.TagClassName
{
border-color: #64B659;
}
</style>