Shades of Apple #649C43
Tints of Apple #649C43
RGB
CMYK
RGB Variations
Color information
#649C43 (or 0x649C43) is known color: Apple. HEX triplet: 64, 9C and 43. RGB value is (100,156,67). Sum of RGB (Red+Green+Blue) = 100+156+67=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #649C43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C43 is #9B63BC. Grayscale: #818181. Windows color (decimal): -10183613 or 4430948. OLE color: 4430948.
HSL color Cylindrical-coordinate representation of color #649C43: hue angle of 97.75º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649C43 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 67 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.39 |
| HSL | 97.75º | 0.4% | 0.44% | - |
| HSV(B) | 97.75º | 0.57% | 0.61% | - |
| XYZ | 18.16 | 26.89 | 9.54 | - |
| YUV | 129.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 67 | 0.36 | 0 | 0.57 | 0.39 | 97.75 | 0.4 | 0.44 |
| Hex | 64 | 9C | 43 | 24 | 0 | 39 | 27 | 62 | 28 | 2C |
| Octal | 144 | 234 | 103 | 44 | 0 | 71 | 47 | 142 | 50 | 54 |
| Binary | 1100100 | 10011100 | 1000011 | 100100 | 0 | 111001 | 100111 | 1100010 | 101000 | 101100 |
Color Harmonies of #649C43
Complementary color
Monochromatic Colors of #649C43
Black with #649C43
Text Example
Text Example
White with #649C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C43; }
p { color: rgb(100,156,67); }
H1.HeaderClassName
{
color: #649C43;
}
.AnyTagClassName
{
color: #649C43;
}
</style>
background-color css
<style>
a { background-color: #649C43; }
a { background-color: rgb(100,156,67); }
div.DivClassName
{
background-color: #649C43;
}
.BgClassName
{
background-color: #649C43;
}
</style>
border-color css
<style>
span { border-color: #649C43; }
span { border-color: rgb(100,156,67); }
td.TdClassName
{
border-color: #649C43;
}
.TagClassName
{
border-color: #649C43;
}
</style>