Shades of Apple #649942
Tints of Apple #649942
RGB
CMYK
RGB Variations
Color information
#649942 (or 0x649942) is known color: Apple. HEX triplet: 64, 99 and 42. RGB value is (100,153,66). Sum of RGB (Red+Green+Blue) = 100+153+66=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #649942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649942 is #9B66BD. Grayscale: #7F7F7F. Windows color (decimal): -10184382 or 4364644. OLE color: 4364644.
HSL color Cylindrical-coordinate representation of color #649942: hue angle of 96.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649942 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 66 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.4 |
| HSL | 96.55º | 0.4% | 0.43% | - |
| HSV(B) | 96.55º | 0.57% | 0.6% | - |
| XYZ | 17.63 | 25.89 | 9.22 | - |
| YUV | 127.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 66 | 0.35 | 0 | 0.57 | 0.4 | 96.55 | 0.4 | 0.43 |
| Hex | 64 | 99 | 42 | 23 | 0 | 39 | 28 | 61 | 28 | 2B |
| Octal | 144 | 231 | 102 | 43 | 0 | 71 | 50 | 141 | 50 | 53 |
| Binary | 1100100 | 10011001 | 1000010 | 100011 | 0 | 111001 | 101000 | 1100001 | 101000 | 101011 |
Color Harmonies of #649942
Complementary color
Monochromatic Colors of #649942
Black with #649942
Text Example
Text Example
White with #649942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649942; }
p { color: rgb(100,153,66); }
H1.HeaderClassName
{
color: #649942;
}
.AnyTagClassName
{
color: #649942;
}
</style>
background-color css
<style>
a { background-color: #649942; }
a { background-color: rgb(100,153,66); }
div.DivClassName
{
background-color: #649942;
}
.BgClassName
{
background-color: #649942;
}
</style>
border-color css
<style>
span { border-color: #649942; }
span { border-color: rgb(100,153,66); }
td.TdClassName
{
border-color: #649942;
}
.TagClassName
{
border-color: #649942;
}
</style>