Shades of Apple #649F49
Tints of Apple #649F49
RGB
CMYK
RGB Variations
Color information
#649F49 (or 0x649F49) is known color: Apple. HEX triplet: 64, 9F and 49. RGB value is (100,159,73). Sum of RGB (Red+Green+Blue) = 100+159+73=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #649F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F49 is #9B60B6. Grayscale: #838383. Windows color (decimal): -10182839 or 4824932. OLE color: 4824932.
HSL color Cylindrical-coordinate representation of color #649F49: hue angle of 101.16º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649F49 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 73 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.38 |
| HSL | 101.16º | 0.37% | 0.45% | - |
| HSV(B) | 101.16º | 0.54% | 0.62% | - |
| XYZ | 18.86 | 27.99 | 10.71 | - |
| YUV | 131.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 73 | 0.37 | 0 | 0.54 | 0.38 | 101.16 | 0.37 | 0.45 |
| Hex | 64 | 9F | 49 | 25 | 0 | 36 | 26 | 65 | 25 | 2D |
| Octal | 144 | 237 | 111 | 45 | 0 | 66 | 46 | 145 | 45 | 55 |
| Binary | 1100100 | 10011111 | 1001001 | 100101 | 0 | 110110 | 100110 | 1100101 | 100101 | 101101 |
Color Harmonies of #649F49
Complementary color
Monochromatic Colors of #649F49
Black with #649F49
Text Example
Text Example
White with #649F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F49; }
p { color: rgb(100,159,73); }
H1.HeaderClassName
{
color: #649F49;
}
.AnyTagClassName
{
color: #649F49;
}
</style>
background-color css
<style>
a { background-color: #649F49; }
a { background-color: rgb(100,159,73); }
div.DivClassName
{
background-color: #649F49;
}
.BgClassName
{
background-color: #649F49;
}
</style>
border-color css
<style>
span { border-color: #649F49; }
span { border-color: rgb(100,159,73); }
td.TdClassName
{
border-color: #649F49;
}
.TagClassName
{
border-color: #649F49;
}
</style>