Shades of Apple #699E42
Tints of Apple #699E42
RGB
CMYK
RGB Variations
Color information
#699E42 (or 0x699E42) is known color: Apple. HEX triplet: 69, 9E and 42. RGB value is (105,158,66). Sum of RGB (Red+Green+Blue) = 105+158+66=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #699E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E42 is #9661BD. Grayscale: #838383. Windows color (decimal): -9855422 or 4365929. OLE color: 4365929.
HSL color Cylindrical-coordinate representation of color #699E42: hue angle of 94.57º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699E42 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 158 | 66 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.38 |
| HSL | 94.57º | 0.41% | 0.44% | - |
| HSV(B) | 94.57º | 0.58% | 0.62% | - |
| XYZ | 19.04 | 27.85 | 9.53 | - |
| YUV | 131.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 66 | 0.34 | 0 | 0.58 | 0.38 | 94.57 | 0.41 | 0.44 |
| Hex | 69 | 9E | 42 | 22 | 0 | 3A | 26 | 5F | 29 | 2C |
| Octal | 151 | 236 | 102 | 42 | 0 | 72 | 46 | 137 | 51 | 54 |
| Binary | 1101001 | 10011110 | 1000010 | 100010 | 0 | 111010 | 100110 | 1011111 | 101001 | 101100 |
Color Harmonies of #699E42
Complementary color
Monochromatic Colors of #699E42
Black with #699E42
Text Example
Text Example
White with #699E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699E42; }
p { color: rgb(105,158,66); }
H1.HeaderClassName
{
color: #699E42;
}
.AnyTagClassName
{
color: #699E42;
}
</style>
background-color css
<style>
a { background-color: #699E42; }
a { background-color: rgb(105,158,66); }
div.DivClassName
{
background-color: #699E42;
}
.BgClassName
{
background-color: #699E42;
}
</style>
border-color css
<style>
span { border-color: #699E42; }
span { border-color: rgb(105,158,66); }
td.TdClassName
{
border-color: #699E42;
}
.TagClassName
{
border-color: #699E42;
}
</style>