Shades of Apple #689F44
Tints of Apple #689F44
RGB
CMYK
RGB Variations
Color information
#689F44 (or 0x689F44) is known color: Apple. HEX triplet: 68, 9F and 44. RGB value is (104,159,68). Sum of RGB (Red+Green+Blue) = 104+159+68=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #689F44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689F44 is #9760BB. Grayscale: #848484. Windows color (decimal): -9920700 or 4497256. OLE color: 4497256.
HSL color Cylindrical-coordinate representation of color #689F44: hue angle of 96.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689F44 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 68 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.38 |
| HSL | 96.26º | 0.4% | 0.45% | - |
| HSV(B) | 96.26º | 0.57% | 0.62% | - |
| XYZ | 19.15 | 28.16 | 9.89 | - |
| YUV | 132.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 68 | 0.35 | 0 | 0.57 | 0.38 | 96.26 | 0.4 | 0.45 |
| Hex | 68 | 9F | 44 | 23 | 0 | 39 | 26 | 60 | 28 | 2D |
| Octal | 150 | 237 | 104 | 43 | 0 | 71 | 46 | 140 | 50 | 55 |
| Binary | 1101000 | 10011111 | 1000100 | 100011 | 0 | 111001 | 100110 | 1100000 | 101000 | 101101 |
Color Harmonies of #689F44
Complementary color
Monochromatic Colors of #689F44
Black with #689F44
Text Example
Text Example
White with #689F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F44; }
p { color: rgb(104,159,68); }
H1.HeaderClassName
{
color: #689F44;
}
.AnyTagClassName
{
color: #689F44;
}
</style>
background-color css
<style>
a { background-color: #689F44; }
a { background-color: rgb(104,159,68); }
div.DivClassName
{
background-color: #689F44;
}
.BgClassName
{
background-color: #689F44;
}
</style>
border-color css
<style>
span { border-color: #689F44; }
span { border-color: rgb(104,159,68); }
td.TdClassName
{
border-color: #689F44;
}
.TagClassName
{
border-color: #689F44;
}
</style>