Shades of Apple #64A150
Tints of Apple #64A150
RGB
CMYK
RGB Variations
Color information
#64A150 (or 0x64A150) is known color: Apple. HEX triplet: 64, A1 and 50. RGB value is (100,161,80). Sum of RGB (Red+Green+Blue) = 100+161+80=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #64A150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A150 is #9B5EAF. Grayscale: #858585. Windows color (decimal): -10182320 or 5284196. OLE color: 5284196.
HSL color Cylindrical-coordinate representation of color #64A150: hue angle of 105.19º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64A150 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 80 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.37 |
| HSL | 105.19º | 0.34% | 0.47% | - |
| HSV(B) | 105.19º | 0.5% | 0.63% | - |
| XYZ | 19.45 | 28.78 | 12.12 | - |
| YUV | 133.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 80 | 0.38 | 0 | 0.50 | 0.37 | 105.19 | 0.34 | 0.47 |
| Hex | 64 | A1 | 50 | 26 | 0 | 32 | 25 | 69 | 22 | 2F |
| Octal | 144 | 241 | 120 | 46 | 0 | 62 | 45 | 151 | 42 | 57 |
| Binary | 1100100 | 10100001 | 1010000 | 100110 | 0 | 110010 | 100101 | 1101001 | 100010 | 101111 |
Color Harmonies of #64A150
Complementary color
Monochromatic Colors of #64A150
Black with #64A150
Text Example
Text Example
White with #64A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A150; }
p { color: rgb(100,161,80); }
H1.HeaderClassName
{
color: #64A150;
}
.AnyTagClassName
{
color: #64A150;
}
</style>
background-color css
<style>
a { background-color: #64A150; }
a { background-color: rgb(100,161,80); }
div.DivClassName
{
background-color: #64A150;
}
.BgClassName
{
background-color: #64A150;
}
</style>
border-color css
<style>
span { border-color: #64A150; }
span { border-color: rgb(100,161,80); }
td.TdClassName
{
border-color: #64A150;
}
.TagClassName
{
border-color: #64A150;
}
</style>