Shades of Apple #64B756
Tints of Apple #64B756
RGB
CMYK
RGB Variations
Color information
#64B756 (or 0x64B756) is known color: Apple. HEX triplet: 64, B7 and 56. RGB value is (100,183,86). Sum of RGB (Red+Green+Blue) = 100+183+86=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #64B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B756 is #9B48A9. Grayscale: #939393. Windows color (decimal): -10176682 or 5683044. OLE color: 5683044.
HSL color Cylindrical-coordinate representation of color #64B756: hue angle of 111.34º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64B756 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 86 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.28 |
| HSL | 111.34º | 0.4% | 0.53% | - |
| HSV(B) | 111.34º | 0.53% | 0.72% | - |
| XYZ | 23.87 | 37.25 | 14.74 | - |
| YUV | 147.13 | 93.5 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 86 | 0.45 | 0 | 0.53 | 0.28 | 111.34 | 0.4 | 0.53 |
| Hex | 64 | B7 | 56 | 2D | 0 | 35 | 1C | 6F | 28 | 35 |
| Octal | 144 | 267 | 126 | 55 | 0 | 65 | 34 | 157 | 50 | 65 |
| Binary | 1100100 | 10110111 | 1010110 | 101101 | 0 | 110101 | 11100 | 1101111 | 101000 | 110101 |
Color Harmonies of #64B756
Complementary color
Monochromatic Colors of #64B756
Black with #64B756
Text Example
Text Example
White with #64B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B756; }
p { color: rgb(100,183,86); }
H1.HeaderClassName
{
color: #64B756;
}
.AnyTagClassName
{
color: #64B756;
}
</style>
background-color css
<style>
a { background-color: #64B756; }
a { background-color: rgb(100,183,86); }
div.DivClassName
{
background-color: #64B756;
}
.BgClassName
{
background-color: #64B756;
}
</style>
border-color css
<style>
span { border-color: #64B756; }
span { border-color: rgb(100,183,86); }
td.TdClassName
{
border-color: #64B756;
}
.TagClassName
{
border-color: #64B756;
}
</style>