Shades of Apple #649D4D
Tints of Apple #649D4D
RGB
CMYK
RGB Variations
Color information
#649D4D (or 0x649D4D) is known color: Apple. HEX triplet: 64, 9D and 4D. RGB value is (100,157,77). Sum of RGB (Red+Green+Blue) = 100+157+77=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #649D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D4D is #9B62B2. Grayscale: #838383. Windows color (decimal): -10183347 or 5086564. OLE color: 5086564.
HSL color Cylindrical-coordinate representation of color #649D4D: hue angle of 102.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649D4D is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 77 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.38 |
| HSL | 102.75º | 0.34% | 0.46% | - |
| HSV(B) | 102.75º | 0.51% | 0.62% | - |
| XYZ | 18.65 | 27.36 | 11.32 | - |
| YUV | 130.84 | 97.62 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 77 | 0.36 | 0 | 0.51 | 0.38 | 102.75 | 0.34 | 0.46 |
| Hex | 64 | 9D | 4D | 24 | 0 | 33 | 26 | 67 | 22 | 2E |
| Octal | 144 | 235 | 115 | 44 | 0 | 63 | 46 | 147 | 42 | 56 |
| Binary | 1100100 | 10011101 | 1001101 | 100100 | 0 | 110011 | 100110 | 1100111 | 100010 | 101110 |
Color Harmonies of #649D4D
Complementary color
Monochromatic Colors of #649D4D
Black with #649D4D
Text Example
Text Example
White with #649D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D4D; }
p { color: rgb(100,157,77); }
H1.HeaderClassName
{
color: #649D4D;
}
.AnyTagClassName
{
color: #649D4D;
}
</style>
background-color css
<style>
a { background-color: #649D4D; }
a { background-color: rgb(100,157,77); }
div.DivClassName
{
background-color: #649D4D;
}
.BgClassName
{
background-color: #649D4D;
}
</style>
border-color css
<style>
span { border-color: #649D4D; }
span { border-color: rgb(100,157,77); }
td.TdClassName
{
border-color: #649D4D;
}
.TagClassName
{
border-color: #649D4D;
}
</style>