Shades of Apple #649B44
Tints of Apple #649B44
RGB
CMYK
RGB Variations
Color information
#649B44 (or 0x649B44) is known color: Apple. HEX triplet: 64, 9B and 44. RGB value is (100,155,68). Sum of RGB (Red+Green+Blue) = 100+155+68=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #649B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B44 is #9B64BB. Grayscale: #808080. Windows color (decimal): -10183868 or 4496228. OLE color: 4496228.
HSL color Cylindrical-coordinate representation of color #649B44: hue angle of 97.93º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649B44 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 68 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.39 |
| HSL | 97.93º | 0.39% | 0.44% | - |
| HSV(B) | 97.93º | 0.56% | 0.61% | - |
| XYZ | 18.02 | 26.57 | 9.65 | - |
| YUV | 128.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 68 | 0.35 | 0 | 0.56 | 0.39 | 97.93 | 0.39 | 0.44 |
| Hex | 64 | 9B | 44 | 23 | 0 | 38 | 27 | 62 | 27 | 2C |
| Octal | 144 | 233 | 104 | 43 | 0 | 70 | 47 | 142 | 47 | 54 |
| Binary | 1100100 | 10011011 | 1000100 | 100011 | 0 | 111000 | 100111 | 1100010 | 100111 | 101100 |
Color Harmonies of #649B44
Complementary color
Monochromatic Colors of #649B44
Black with #649B44
Text Example
Text Example
White with #649B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B44; }
p { color: rgb(100,155,68); }
H1.HeaderClassName
{
color: #649B44;
}
.AnyTagClassName
{
color: #649B44;
}
</style>
background-color css
<style>
a { background-color: #649B44; }
a { background-color: rgb(100,155,68); }
div.DivClassName
{
background-color: #649B44;
}
.BgClassName
{
background-color: #649B44;
}
</style>
border-color css
<style>
span { border-color: #649B44; }
span { border-color: rgb(100,155,68); }
td.TdClassName
{
border-color: #649B44;
}
.TagClassName
{
border-color: #649B44;
}
</style>