Shades of Apple #639944
Tints of Apple #639944
RGB
CMYK
RGB Variations
Color information
#639944 (or 0x639944) is known color: Apple. HEX triplet: 63, 99 and 44. RGB value is (99,153,68). Sum of RGB (Red+Green+Blue) = 99+153+68=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #639944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639944 is #9C66BB. Grayscale: #7F7F7F. Windows color (decimal): -10249916 or 4495715. OLE color: 4495715.
HSL color Cylindrical-coordinate representation of color #639944: hue angle of 98.12º 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 #639944 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 68 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.4 |
| HSL | 98.12º | 0.38% | 0.43% | - |
| HSV(B) | 98.12º | 0.56% | 0.6% | - |
| XYZ | 17.58 | 25.85 | 9.53 | - |
| YUV | 127.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 68 | 0.35 | 0 | 0.56 | 0.4 | 98.12 | 0.38 | 0.43 |
| Hex | 63 | 99 | 44 | 23 | 0 | 38 | 28 | 62 | 26 | 2B |
| Octal | 143 | 231 | 104 | 43 | 0 | 70 | 50 | 142 | 46 | 53 |
| Binary | 1100011 | 10011001 | 1000100 | 100011 | 0 | 111000 | 101000 | 1100010 | 100110 | 101011 |
Color Harmonies of #639944
Complementary color
Monochromatic Colors of #639944
Black with #639944
Text Example
Text Example
White with #639944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639944; }
p { color: rgb(99,153,68); }
H1.HeaderClassName
{
color: #639944;
}
.AnyTagClassName
{
color: #639944;
}
</style>
background-color css
<style>
a { background-color: #639944; }
a { background-color: rgb(99,153,68); }
div.DivClassName
{
background-color: #639944;
}
.BgClassName
{
background-color: #639944;
}
</style>
border-color css
<style>
span { border-color: #639944; }
span { border-color: rgb(99,153,68); }
td.TdClassName
{
border-color: #639944;
}
.TagClassName
{
border-color: #639944;
}
</style>