Shades of Apple #649F3E
Tints of Apple #649F3E
RGB
CMYK
RGB Variations
Color information
#649F3E (or 0x649F3E) is known color: Apple. HEX triplet: 64, 9F and 3E. RGB value is (100,159,62). Sum of RGB (Red+Green+Blue) = 100+159+62=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #649F3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F3E is #9B60C1. Grayscale: #828282. Windows color (decimal): -10182850 or 4104036. OLE color: 4104036.
HSL color Cylindrical-coordinate representation of color #649F3E: hue angle of 96.49º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649F3E is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 62 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.38 |
| HSL | 96.49º | 0.44% | 0.43% | - |
| HSV(B) | 96.49º | 0.61% | 0.62% | - |
| XYZ | 18.52 | 27.85 | 8.96 | - |
| YUV | 130.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 62 | 0.37 | 0 | 0.61 | 0.38 | 96.49 | 0.44 | 0.43 |
| Hex | 64 | 9F | 3E | 25 | 0 | 3D | 26 | 60 | 2C | 2B |
| Octal | 144 | 237 | 76 | 45 | 0 | 75 | 46 | 140 | 54 | 53 |
| Binary | 1100100 | 10011111 | 111110 | 100101 | 0 | 111101 | 100110 | 1100000 | 101100 | 101011 |
Color Harmonies of #649F3E
Complementary color
Monochromatic Colors of #649F3E
Black with #649F3E
Text Example
Text Example
White with #649F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F3E; }
p { color: rgb(100,159,62); }
H1.HeaderClassName
{
color: #649F3E;
}
.AnyTagClassName
{
color: #649F3E;
}
</style>
background-color css
<style>
a { background-color: #649F3E; }
a { background-color: rgb(100,159,62); }
div.DivClassName
{
background-color: #649F3E;
}
.BgClassName
{
background-color: #649F3E;
}
</style>
border-color css
<style>
span { border-color: #649F3E; }
span { border-color: rgb(100,159,62); }
td.TdClassName
{
border-color: #649F3E;
}
.TagClassName
{
border-color: #649F3E;
}
</style>