Shades of Apple #64B359
Tints of Apple #64B359
RGB
CMYK
RGB Variations
Color information
#64B359 (or 0x64B359) is known color: Apple. HEX triplet: 64, B3 and 59. RGB value is (100,179,89). Sum of RGB (Red+Green+Blue) = 100+179+89=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #64B359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B359 is #9B4CA6. Grayscale: #919191. Windows color (decimal): -10177703 or 5878628. OLE color: 5878628.
HSL color Cylindrical-coordinate representation of color #64B359: hue angle of 112.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64B359 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 89 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.30 |
| HSL | 112.67º | 0.37% | 0.53% | - |
| HSV(B) | 112.67º | 0.5% | 0.7% | - |
| XYZ | 23.18 | 35.67 | 15.11 | - |
| YUV | 145.12 | 96.33 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 89 | 0.44 | 0 | 0.50 | 0.30 | 112.67 | 0.37 | 0.53 |
| Hex | 64 | B3 | 59 | 2C | 0 | 32 | 1E | 71 | 25 | 35 |
| Octal | 144 | 263 | 131 | 54 | 0 | 62 | 36 | 161 | 45 | 65 |
| Binary | 1100100 | 10110011 | 1011001 | 101100 | 0 | 110010 | 11110 | 1110001 | 100101 | 110101 |
Color Harmonies of #64B359
Complementary color
Monochromatic Colors of #64B359
Black with #64B359
Text Example
Text Example
White with #64B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B359; }
p { color: rgb(100,179,89); }
H1.HeaderClassName
{
color: #64B359;
}
.AnyTagClassName
{
color: #64B359;
}
</style>
background-color css
<style>
a { background-color: #64B359; }
a { background-color: rgb(100,179,89); }
div.DivClassName
{
background-color: #64B359;
}
.BgClassName
{
background-color: #64B359;
}
</style>
border-color css
<style>
span { border-color: #64B359; }
span { border-color: rgb(100,179,89); }
td.TdClassName
{
border-color: #64B359;
}
.TagClassName
{
border-color: #64B359;
}
</style>