Shades of Apple #689B41
Tints of Apple #689B41
RGB
CMYK
RGB Variations
Color information
#689B41 (or 0x689B41) is known color: Apple. HEX triplet: 68, 9B and 41. RGB value is (104,155,65). Sum of RGB (Red+Green+Blue) = 104+155+65=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #689B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B41 is #9764BE. Grayscale: #818181. Windows color (decimal): -9921727 or 4299624. OLE color: 4299624.
HSL color Cylindrical-coordinate representation of color #689B41: hue angle of 94º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #689B41 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 65 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.39 |
| HSL | 94º | 0.41% | 0.43% | - |
| HSV(B) | 94º | 0.58% | 0.61% | - |
| XYZ | 18.38 | 26.77 | 9.2 | - |
| YUV | 129.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 65 | 0.33 | 0 | 0.58 | 0.39 | 94 | 0.41 | 0.43 |
| Hex | 68 | 9B | 41 | 21 | 0 | 3A | 27 | 5E | 29 | 2B |
| Octal | 150 | 233 | 101 | 41 | 0 | 72 | 47 | 136 | 51 | 53 |
| Binary | 1101000 | 10011011 | 1000001 | 100001 | 0 | 111010 | 100111 | 1011110 | 101001 | 101011 |
Color Harmonies of #689B41
Complementary color
Monochromatic Colors of #689B41
Black with #689B41
Text Example
Text Example
White with #689B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B41; }
p { color: rgb(104,155,65); }
H1.HeaderClassName
{
color: #689B41;
}
.AnyTagClassName
{
color: #689B41;
}
</style>
background-color css
<style>
a { background-color: #689B41; }
a { background-color: rgb(104,155,65); }
div.DivClassName
{
background-color: #689B41;
}
.BgClassName
{
background-color: #689B41;
}
</style>
border-color css
<style>
span { border-color: #689B41; }
span { border-color: rgb(104,155,65); }
td.TdClassName
{
border-color: #689B41;
}
.TagClassName
{
border-color: #689B41;
}
</style>