Shades of Apple #689C49
Tints of Apple #689C49
RGB
CMYK
RGB Variations
Color information
#689C49 (or 0x689C49) is known color: Apple. HEX triplet: 68, 9C and 49. RGB value is (104,156,73). Sum of RGB (Red+Green+Blue) = 104+156+73=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #689C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689C49 is #9763B6. Grayscale: #838383. Windows color (decimal): -9921463 or 4824168. OLE color: 4824168.
HSL color Cylindrical-coordinate representation of color #689C49: hue angle of 97.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689C49 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 73 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.39 |
| HSL | 97.59º | 0.36% | 0.45% | - |
| HSV(B) | 97.59º | 0.53% | 0.61% | - |
| XYZ | 18.8 | 27.2 | 10.56 | - |
| YUV | 130.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 73 | 0.33 | 0 | 0.53 | 0.39 | 97.59 | 0.36 | 0.45 |
| Hex | 68 | 9C | 49 | 21 | 0 | 35 | 27 | 62 | 24 | 2D |
| Octal | 150 | 234 | 111 | 41 | 0 | 65 | 47 | 142 | 44 | 55 |
| Binary | 1101000 | 10011100 | 1001001 | 100001 | 0 | 110101 | 100111 | 1100010 | 100100 | 101101 |
Color Harmonies of #689C49
Complementary color
Monochromatic Colors of #689C49
Black with #689C49
Text Example
Text Example
White with #689C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C49; }
p { color: rgb(104,156,73); }
H1.HeaderClassName
{
color: #689C49;
}
.AnyTagClassName
{
color: #689C49;
}
</style>
background-color css
<style>
a { background-color: #689C49; }
a { background-color: rgb(104,156,73); }
div.DivClassName
{
background-color: #689C49;
}
.BgClassName
{
background-color: #689C49;
}
</style>
border-color css
<style>
span { border-color: #689C49; }
span { border-color: rgb(104,156,73); }
td.TdClassName
{
border-color: #689C49;
}
.TagClassName
{
border-color: #689C49;
}
</style>