Shades of Apple #64B747
Tints of Apple #64B747
RGB
CMYK
RGB Variations
Color information
#64B747 (or 0x64B747) is known color: Apple. HEX triplet: 64, B7 and 47. RGB value is (100,183,71). Sum of RGB (Red+Green+Blue) = 100+183+71=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #64B747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B747 is #9B48B8. Grayscale: #919191. Windows color (decimal): -10176697 or 4700004. OLE color: 4700004.
HSL color Cylindrical-coordinate representation of color #64B747: hue angle of 104.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64B747 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 71 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.28 |
| HSL | 104.46º | 0.44% | 0.5% | - |
| HSV(B) | 104.46º | 0.61% | 0.72% | - |
| XYZ | 23.33 | 37.03 | 11.88 | - |
| YUV | 145.42 | 86 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 71 | 0.45 | 0 | 0.61 | 0.28 | 104.46 | 0.44 | 0.5 |
| Hex | 64 | B7 | 47 | 2D | 0 | 3D | 1C | 68 | 2C | 32 |
| Octal | 144 | 267 | 107 | 55 | 0 | 75 | 34 | 150 | 54 | 62 |
| Binary | 1100100 | 10110111 | 1000111 | 101101 | 0 | 111101 | 11100 | 1101000 | 101100 | 110010 |
Color Harmonies of #64B747
Complementary color
Monochromatic Colors of #64B747
Black with #64B747
Text Example
Text Example
White with #64B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B747; }
p { color: rgb(100,183,71); }
H1.HeaderClassName
{
color: #64B747;
}
.AnyTagClassName
{
color: #64B747;
}
</style>
background-color css
<style>
a { background-color: #64B747; }
a { background-color: rgb(100,183,71); }
div.DivClassName
{
background-color: #64B747;
}
.BgClassName
{
background-color: #64B747;
}
</style>
border-color css
<style>
span { border-color: #64B747; }
span { border-color: rgb(100,183,71); }
td.TdClassName
{
border-color: #64B747;
}
.TagClassName
{
border-color: #64B747;
}
</style>