Shades of Apple #699F52
Tints of Apple #699F52
RGB
CMYK
RGB Variations
Color information
#699F52 (or 0x699F52) is known color: Apple. HEX triplet: 69, 9F and 52. RGB value is (105,159,82). Sum of RGB (Red+Green+Blue) = 105+159+82=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #699F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F52 is #9660AD. Grayscale: #868686. Windows color (decimal): -9855150 or 5414761. OLE color: 5414761.
HSL color Cylindrical-coordinate representation of color #699F52: hue angle of 102.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #699F52 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 82 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.38 |
| HSL | 102.08º | 0.32% | 0.47% | - |
| HSV(B) | 102.08º | 0.48% | 0.62% | - |
| XYZ | 19.75 | 28.41 | 12.43 | - |
| YUV | 134.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 82 | 0.34 | 0 | 0.48 | 0.38 | 102.08 | 0.32 | 0.47 |
| Hex | 69 | 9F | 52 | 22 | 0 | 30 | 26 | 66 | 20 | 2F |
| Octal | 151 | 237 | 122 | 42 | 0 | 60 | 46 | 146 | 40 | 57 |
| Binary | 1101001 | 10011111 | 1010010 | 100010 | 0 | 110000 | 100110 | 1100110 | 100000 | 101111 |
Color Harmonies of #699F52
Complementary color
Monochromatic Colors of #699F52
Black with #699F52
Text Example
Text Example
White with #699F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F52; }
p { color: rgb(105,159,82); }
H1.HeaderClassName
{
color: #699F52;
}
.AnyTagClassName
{
color: #699F52;
}
</style>
background-color css
<style>
a { background-color: #699F52; }
a { background-color: rgb(105,159,82); }
div.DivClassName
{
background-color: #699F52;
}
.BgClassName
{
background-color: #699F52;
}
</style>
border-color css
<style>
span { border-color: #699F52; }
span { border-color: rgb(105,159,82); }
td.TdClassName
{
border-color: #699F52;
}
.TagClassName
{
border-color: #699F52;
}
</style>