Shades of Apple #689F51
Tints of Apple #689F51
RGB
CMYK
RGB Variations
Color information
#689F51 (or 0x689F51) is known color: Apple. HEX triplet: 68, 9F and 51. RGB value is (104,159,81). Sum of RGB (Red+Green+Blue) = 104+159+81=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #689F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F51 is #9760AE. Grayscale: #858585. Windows color (decimal): -9920687 or 5349224. OLE color: 5349224.
HSL color Cylindrical-coordinate representation of color #689F51: hue angle of 102.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689F51 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 81 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.38 |
| HSL | 102.31º | 0.33% | 0.47% | - |
| HSV(B) | 102.31º | 0.49% | 0.62% | - |
| XYZ | 19.59 | 28.33 | 12.22 | - |
| YUV | 133.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 81 | 0.35 | 0 | 0.49 | 0.38 | 102.31 | 0.33 | 0.47 |
| Hex | 68 | 9F | 51 | 23 | 0 | 31 | 26 | 66 | 20 | 2F |
| Octal | 150 | 237 | 121 | 43 | 0 | 61 | 46 | 146 | 40 | 57 |
| Binary | 1101000 | 10011111 | 1010001 | 100011 | 0 | 110001 | 100110 | 1100110 | 100000 | 101111 |
Color Harmonies of #689F51
Complementary color
Monochromatic Colors of #689F51
Black with #689F51
Text Example
Text Example
White with #689F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F51; }
p { color: rgb(104,159,81); }
H1.HeaderClassName
{
color: #689F51;
}
.AnyTagClassName
{
color: #689F51;
}
</style>
background-color css
<style>
a { background-color: #689F51; }
a { background-color: rgb(104,159,81); }
div.DivClassName
{
background-color: #689F51;
}
.BgClassName
{
background-color: #689F51;
}
</style>
border-color css
<style>
span { border-color: #689F51; }
span { border-color: rgb(104,159,81); }
td.TdClassName
{
border-color: #689F51;
}
.TagClassName
{
border-color: #689F51;
}
</style>