Shades of Apple #689B42
Tints of Apple #689B42
RGB
CMYK
RGB Variations
Color information
#689B42 (or 0x689B42) is known color: Apple. HEX triplet: 68, 9B and 42. RGB value is (104,155,66). Sum of RGB (Red+Green+Blue) = 104+155+66=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #689B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B42 is #9764BD. Grayscale: #818181. Windows color (decimal): -9921726 or 4365160. OLE color: 4365160.
HSL color Cylindrical-coordinate representation of color #689B42: hue angle of 94.38º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689B42 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 66 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.39 |
| HSL | 94.38º | 0.4% | 0.43% | - |
| HSV(B) | 94.38º | 0.57% | 0.61% | - |
| XYZ | 18.41 | 26.78 | 9.35 | - |
| YUV | 129.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 66 | 0.33 | 0 | 0.57 | 0.39 | 94.38 | 0.4 | 0.43 |
| Hex | 68 | 9B | 42 | 21 | 0 | 39 | 27 | 5E | 28 | 2B |
| Octal | 150 | 233 | 102 | 41 | 0 | 71 | 47 | 136 | 50 | 53 |
| Binary | 1101000 | 10011011 | 1000010 | 100001 | 0 | 111001 | 100111 | 1011110 | 101000 | 101011 |
Color Harmonies of #689B42
Complementary color
Monochromatic Colors of #689B42
Black with #689B42
Text Example
Text Example
White with #689B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B42; }
p { color: rgb(104,155,66); }
H1.HeaderClassName
{
color: #689B42;
}
.AnyTagClassName
{
color: #689B42;
}
</style>
background-color css
<style>
a { background-color: #689B42; }
a { background-color: rgb(104,155,66); }
div.DivClassName
{
background-color: #689B42;
}
.BgClassName
{
background-color: #689B42;
}
</style>
border-color css
<style>
span { border-color: #689B42; }
span { border-color: rgb(104,155,66); }
td.TdClassName
{
border-color: #689B42;
}
.TagClassName
{
border-color: #689B42;
}
</style>