Shades of Apple #649B42
Tints of Apple #649B42
RGB
CMYK
RGB Variations
Color information
#649B42 (or 0x649B42) is known color: Apple. HEX triplet: 64, 9B and 42. RGB value is (100,155,66). Sum of RGB (Red+Green+Blue) = 100+155+66=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #649B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B42 is #9B64BD. Grayscale: #808080. Windows color (decimal): -10183870 or 4365156. OLE color: 4365156.
HSL color Cylindrical-coordinate representation of color #649B42: hue angle of 97.08º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649B42 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 66 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.39 |
| HSL | 97.08º | 0.4% | 0.43% | - |
| HSV(B) | 97.08º | 0.57% | 0.61% | - |
| XYZ | 17.96 | 26.55 | 9.33 | - |
| YUV | 128.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 66 | 0.35 | 0 | 0.57 | 0.39 | 97.08 | 0.4 | 0.43 |
| Hex | 64 | 9B | 42 | 23 | 0 | 39 | 27 | 61 | 28 | 2B |
| Octal | 144 | 233 | 102 | 43 | 0 | 71 | 47 | 141 | 50 | 53 |
| Binary | 1100100 | 10011011 | 1000010 | 100011 | 0 | 111001 | 100111 | 1100001 | 101000 | 101011 |
Color Harmonies of #649B42
Complementary color
Monochromatic Colors of #649B42
Black with #649B42
Text Example
Text Example
White with #649B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B42; }
p { color: rgb(100,155,66); }
H1.HeaderClassName
{
color: #649B42;
}
.AnyTagClassName
{
color: #649B42;
}
</style>
background-color css
<style>
a { background-color: #649B42; }
a { background-color: rgb(100,155,66); }
div.DivClassName
{
background-color: #649B42;
}
.BgClassName
{
background-color: #649B42;
}
</style>
border-color css
<style>
span { border-color: #649B42; }
span { border-color: rgb(100,155,66); }
td.TdClassName
{
border-color: #649B42;
}
.TagClassName
{
border-color: #649B42;
}
</style>