Shades of Apple #64B759
Tints of Apple #64B759
RGB
CMYK
RGB Variations
Color information
#64B759 (or 0x64B759) is known color: Apple. HEX triplet: 64, B7 and 59. RGB value is (100,183,89). Sum of RGB (Red+Green+Blue) = 100+183+89=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #64B759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B759 is #9B48A6. Grayscale: #939393. Windows color (decimal): -10176679 or 5879652. OLE color: 5879652.
HSL color Cylindrical-coordinate representation of color #64B759: hue angle of 112.98º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64B759 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 89 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.28 |
| HSL | 112.98º | 0.39% | 0.53% | - |
| HSV(B) | 112.98º | 0.51% | 0.72% | - |
| XYZ | 23.99 | 37.3 | 15.39 | - |
| YUV | 147.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 89 | 0.45 | 0 | 0.51 | 0.28 | 112.98 | 0.39 | 0.53 |
| Hex | 64 | B7 | 59 | 2D | 0 | 33 | 1C | 71 | 27 | 35 |
| Octal | 144 | 267 | 131 | 55 | 0 | 63 | 34 | 161 | 47 | 65 |
| Binary | 1100100 | 10110111 | 1011001 | 101101 | 0 | 110011 | 11100 | 1110001 | 100111 | 110101 |
Color Harmonies of #64B759
Complementary color
Monochromatic Colors of #64B759
Black with #64B759
Text Example
Text Example
White with #64B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B759; }
p { color: rgb(100,183,89); }
H1.HeaderClassName
{
color: #64B759;
}
.AnyTagClassName
{
color: #64B759;
}
</style>
background-color css
<style>
a { background-color: #64B759; }
a { background-color: rgb(100,183,89); }
div.DivClassName
{
background-color: #64B759;
}
.BgClassName
{
background-color: #64B759;
}
</style>
border-color css
<style>
span { border-color: #64B759; }
span { border-color: rgb(100,183,89); }
td.TdClassName
{
border-color: #64B759;
}
.TagClassName
{
border-color: #64B759;
}
</style>