Shades of Apple #699F49
Tints of Apple #699F49
RGB
CMYK
RGB Variations
Color information
#699F49 (or 0x699F49) is known color: Apple. HEX triplet: 69, 9F and 49. RGB value is (105,159,73). Sum of RGB (Red+Green+Blue) = 105+159+73=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #699F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F49 is #9660B6. Grayscale: #858585. Windows color (decimal): -9855159 or 4824937. OLE color: 4824937.
HSL color Cylindrical-coordinate representation of color #699F49: hue angle of 97.67º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699F49 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 73 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.38 |
| HSL | 97.67º | 0.37% | 0.45% | - |
| HSV(B) | 97.67º | 0.54% | 0.62% | - |
| XYZ | 19.43 | 28.28 | 10.74 | - |
| YUV | 133.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 73 | 0.34 | 0 | 0.54 | 0.38 | 97.67 | 0.37 | 0.45 |
| Hex | 69 | 9F | 49 | 22 | 0 | 36 | 26 | 62 | 25 | 2D |
| Octal | 151 | 237 | 111 | 42 | 0 | 66 | 46 | 142 | 45 | 55 |
| Binary | 1101001 | 10011111 | 1001001 | 100010 | 0 | 110110 | 100110 | 1100010 | 100101 | 101101 |
Color Harmonies of #699F49
Complementary color
Monochromatic Colors of #699F49
Black with #699F49
Text Example
Text Example
White with #699F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F49; }
p { color: rgb(105,159,73); }
H1.HeaderClassName
{
color: #699F49;
}
.AnyTagClassName
{
color: #699F49;
}
</style>
background-color css
<style>
a { background-color: #699F49; }
a { background-color: rgb(105,159,73); }
div.DivClassName
{
background-color: #699F49;
}
.BgClassName
{
background-color: #699F49;
}
</style>
border-color css
<style>
span { border-color: #699F49; }
span { border-color: rgb(105,159,73); }
td.TdClassName
{
border-color: #699F49;
}
.TagClassName
{
border-color: #699F49;
}
</style>