Shades of Apple #64B758
Tints of Apple #64B758
RGB
CMYK
RGB Variations
Color information
#64B758 (or 0x64B758) is known color: Apple. HEX triplet: 64, B7 and 58. RGB value is (100,183,88). Sum of RGB (Red+Green+Blue) = 100+183+88=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #64B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B758 is #9B48A7. Grayscale: #939393. Windows color (decimal): -10176680 or 5814116. OLE color: 5814116.
HSL color Cylindrical-coordinate representation of color #64B758: hue angle of 112.42º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64B758 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 88 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.28 |
| HSL | 112.42º | 0.4% | 0.53% | - |
| HSV(B) | 112.42º | 0.52% | 0.72% | - |
| XYZ | 23.95 | 37.28 | 15.17 | - |
| YUV | 147.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 88 | 0.45 | 0 | 0.52 | 0.28 | 112.42 | 0.4 | 0.53 |
| Hex | 64 | B7 | 58 | 2D | 0 | 34 | 1C | 70 | 28 | 35 |
| Octal | 144 | 267 | 130 | 55 | 0 | 64 | 34 | 160 | 50 | 65 |
| Binary | 1100100 | 10110111 | 1011000 | 101101 | 0 | 110100 | 11100 | 1110000 | 101000 | 110101 |
Color Harmonies of #64B758
Complementary color
Monochromatic Colors of #64B758
Black with #64B758
Text Example
Text Example
White with #64B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B758; }
p { color: rgb(100,183,88); }
H1.HeaderClassName
{
color: #64B758;
}
.AnyTagClassName
{
color: #64B758;
}
</style>
background-color css
<style>
a { background-color: #64B758; }
a { background-color: rgb(100,183,88); }
div.DivClassName
{
background-color: #64B758;
}
.BgClassName
{
background-color: #64B758;
}
</style>
border-color css
<style>
span { border-color: #64B758; }
span { border-color: rgb(100,183,88); }
td.TdClassName
{
border-color: #64B758;
}
.TagClassName
{
border-color: #64B758;
}
</style>