Shades of Apple #689D47
Tints of Apple #689D47
RGB
CMYK
RGB Variations
Color information
#689D47 (or 0x689D47) is known color: Apple. HEX triplet: 68, 9D and 47. RGB value is (104,157,71). Sum of RGB (Red+Green+Blue) = 104+157+71=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #689D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D47 is #9762B8. Grayscale: #838383. Windows color (decimal): -9921209 or 4693352. OLE color: 4693352.
HSL color Cylindrical-coordinate representation of color #689D47: hue angle of 96.98º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #689D47 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 71 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.38 |
| HSL | 96.98º | 0.38% | 0.45% | - |
| HSV(B) | 96.98º | 0.55% | 0.62% | - |
| XYZ | 18.9 | 27.51 | 10.28 | - |
| YUV | 131.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 71 | 0.34 | 0 | 0.55 | 0.38 | 96.98 | 0.38 | 0.45 |
| Hex | 68 | 9D | 47 | 22 | 0 | 37 | 26 | 61 | 26 | 2D |
| Octal | 150 | 235 | 107 | 42 | 0 | 67 | 46 | 141 | 46 | 55 |
| Binary | 1101000 | 10011101 | 1000111 | 100010 | 0 | 110111 | 100110 | 1100001 | 100110 | 101101 |
Color Harmonies of #689D47
Complementary color
Monochromatic Colors of #689D47
Black with #689D47
Text Example
Text Example
White with #689D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D47; }
p { color: rgb(104,157,71); }
H1.HeaderClassName
{
color: #689D47;
}
.AnyTagClassName
{
color: #689D47;
}
</style>
background-color css
<style>
a { background-color: #689D47; }
a { background-color: rgb(104,157,71); }
div.DivClassName
{
background-color: #689D47;
}
.BgClassName
{
background-color: #689D47;
}
</style>
border-color css
<style>
span { border-color: #689D47; }
span { border-color: rgb(104,157,71); }
td.TdClassName
{
border-color: #689D47;
}
.TagClassName
{
border-color: #689D47;
}
</style>