Shades of Apple #689F4E
Tints of Apple #689F4E
RGB
CMYK
RGB Variations
Color information
#689F4E (or 0x689F4E) is known color: Apple. HEX triplet: 68, 9F and 4E. RGB value is (104,159,78). Sum of RGB (Red+Green+Blue) = 104+159+78=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #689F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F4E is #9760B1. Grayscale: #858585. Windows color (decimal): -9920690 or 5152616. OLE color: 5152616.
HSL color Cylindrical-coordinate representation of color #689F4E: hue angle of 100.74º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #689F4E is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 78 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.38 |
| HSL | 100.74º | 0.34% | 0.46% | - |
| HSV(B) | 100.74º | 0.51% | 0.62% | - |
| XYZ | 19.48 | 28.29 | 11.64 | - |
| YUV | 133.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 78 | 0.35 | 0 | 0.51 | 0.38 | 100.74 | 0.34 | 0.46 |
| Hex | 68 | 9F | 4E | 23 | 0 | 33 | 26 | 65 | 22 | 2E |
| Octal | 150 | 237 | 116 | 43 | 0 | 63 | 46 | 145 | 42 | 56 |
| Binary | 1101000 | 10011111 | 1001110 | 100011 | 0 | 110011 | 100110 | 1100101 | 100010 | 101110 |
Color Harmonies of #689F4E
Complementary color
Monochromatic Colors of #689F4E
Black with #689F4E
Text Example
Text Example
White with #689F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F4E; }
p { color: rgb(104,159,78); }
H1.HeaderClassName
{
color: #689F4E;
}
.AnyTagClassName
{
color: #689F4E;
}
</style>
background-color css
<style>
a { background-color: #689F4E; }
a { background-color: rgb(104,159,78); }
div.DivClassName
{
background-color: #689F4E;
}
.BgClassName
{
background-color: #689F4E;
}
</style>
border-color css
<style>
span { border-color: #689F4E; }
span { border-color: rgb(104,159,78); }
td.TdClassName
{
border-color: #689F4E;
}
.TagClassName
{
border-color: #689F4E;
}
</style>