Shades of Apple #649F46
Tints of Apple #649F46
RGB
CMYK
RGB Variations
Color information
#649F46 (or 0x649F46) is known color: Apple. HEX triplet: 64, 9F and 46. RGB value is (100,159,70). Sum of RGB (Red+Green+Blue) = 100+159+70=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #649F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F46 is #9B60B9. Grayscale: #838383. Windows color (decimal): -10182842 or 4628324. OLE color: 4628324.
HSL color Cylindrical-coordinate representation of color #649F46: hue angle of 99.78º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649F46 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 70 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.38 |
| HSL | 99.78º | 0.39% | 0.45% | - |
| HSV(B) | 99.78º | 0.56% | 0.62% | - |
| XYZ | 18.76 | 27.95 | 10.2 | - |
| YUV | 131.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 70 | 0.37 | 0 | 0.56 | 0.38 | 99.78 | 0.39 | 0.45 |
| Hex | 64 | 9F | 46 | 25 | 0 | 38 | 26 | 64 | 27 | 2D |
| Octal | 144 | 237 | 106 | 45 | 0 | 70 | 46 | 144 | 47 | 55 |
| Binary | 1100100 | 10011111 | 1000110 | 100101 | 0 | 111000 | 100110 | 1100100 | 100111 | 101101 |
Color Harmonies of #649F46
Complementary color
Monochromatic Colors of #649F46
Black with #649F46
Text Example
Text Example
White with #649F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F46; }
p { color: rgb(100,159,70); }
H1.HeaderClassName
{
color: #649F46;
}
.AnyTagClassName
{
color: #649F46;
}
</style>
background-color css
<style>
a { background-color: #649F46; }
a { background-color: rgb(100,159,70); }
div.DivClassName
{
background-color: #649F46;
}
.BgClassName
{
background-color: #649F46;
}
</style>
border-color css
<style>
span { border-color: #649F46; }
span { border-color: rgb(100,159,70); }
td.TdClassName
{
border-color: #649F46;
}
.TagClassName
{
border-color: #649F46;
}
</style>