Shades of Apple #649945
Tints of Apple #649945
RGB
CMYK
RGB Variations
Color information
#649945 (or 0x649945) is known color: Apple. HEX triplet: 64, 99 and 45. RGB value is (100,153,69). Sum of RGB (Red+Green+Blue) = 100+153+69=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #649945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649945 is #9B66BA. Grayscale: #7F7F7F. Windows color (decimal): -10184379 or 4561252. OLE color: 4561252.
HSL color Cylindrical-coordinate representation of color #649945: hue angle of 97.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649945 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 69 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.4 |
| HSL | 97.86º | 0.38% | 0.44% | - |
| HSV(B) | 97.86º | 0.55% | 0.6% | - |
| XYZ | 17.72 | 25.92 | 9.7 | - |
| YUV | 127.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 69 | 0.35 | 0 | 0.55 | 0.4 | 97.86 | 0.38 | 0.44 |
| Hex | 64 | 99 | 45 | 23 | 0 | 37 | 28 | 62 | 26 | 2C |
| Octal | 144 | 231 | 105 | 43 | 0 | 67 | 50 | 142 | 46 | 54 |
| Binary | 1100100 | 10011001 | 1000101 | 100011 | 0 | 110111 | 101000 | 1100010 | 100110 | 101100 |
Color Harmonies of #649945
Complementary color
Monochromatic Colors of #649945
Black with #649945
Text Example
Text Example
White with #649945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649945; }
p { color: rgb(100,153,69); }
H1.HeaderClassName
{
color: #649945;
}
.AnyTagClassName
{
color: #649945;
}
</style>
background-color css
<style>
a { background-color: #649945; }
a { background-color: rgb(100,153,69); }
div.DivClassName
{
background-color: #649945;
}
.BgClassName
{
background-color: #649945;
}
</style>
border-color css
<style>
span { border-color: #649945; }
span { border-color: rgb(100,153,69); }
td.TdClassName
{
border-color: #649945;
}
.TagClassName
{
border-color: #649945;
}
</style>