Shades of Apple #649944
Tints of Apple #649944
RGB
CMYK
RGB Variations
Color information
#649944 (or 0x649944) is known color: Apple. HEX triplet: 64, 99 and 44. RGB value is (100,153,68). Sum of RGB (Red+Green+Blue) = 100+153+68=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #649944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649944 is #9B66BB. Grayscale: #7F7F7F. Windows color (decimal): -10184380 or 4495716. OLE color: 4495716.
HSL color Cylindrical-coordinate representation of color #649944: hue angle of 97.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649944 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 68 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.4 |
| HSL | 97.41º | 0.38% | 0.43% | - |
| HSV(B) | 97.41º | 0.56% | 0.6% | - |
| XYZ | 17.69 | 25.91 | 9.54 | - |
| YUV | 127.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 68 | 0.35 | 0 | 0.56 | 0.4 | 97.41 | 0.38 | 0.43 |
| Hex | 64 | 99 | 44 | 23 | 0 | 38 | 28 | 61 | 26 | 2B |
| Octal | 144 | 231 | 104 | 43 | 0 | 70 | 50 | 141 | 46 | 53 |
| Binary | 1100100 | 10011001 | 1000100 | 100011 | 0 | 111000 | 101000 | 1100001 | 100110 | 101011 |
Color Harmonies of #649944
Complementary color
Monochromatic Colors of #649944
Black with #649944
Text Example
Text Example
White with #649944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649944; }
p { color: rgb(100,153,68); }
H1.HeaderClassName
{
color: #649944;
}
.AnyTagClassName
{
color: #649944;
}
</style>
background-color css
<style>
a { background-color: #649944; }
a { background-color: rgb(100,153,68); }
div.DivClassName
{
background-color: #649944;
}
.BgClassName
{
background-color: #649944;
}
</style>
border-color css
<style>
span { border-color: #649944; }
span { border-color: rgb(100,153,68); }
td.TdClassName
{
border-color: #649944;
}
.TagClassName
{
border-color: #649944;
}
</style>