Shades of Apple #69A050
Tints of Apple #69A050
RGB
CMYK
RGB Variations
Color information
#69A050 (or 0x69A050) is known color: Apple. HEX triplet: 69, A0 and 50. RGB value is (105,160,80). Sum of RGB (Red+Green+Blue) = 105+160+80=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #69A050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A050 is #965FAF. Grayscale: #868686. Windows color (decimal): -9854896 or 5283945. OLE color: 5283945.
HSL color Cylindrical-coordinate representation of color #69A050: hue angle of 101.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69A050 is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 160 | 80 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.37 |
| HSL | 101.25º | 0.33% | 0.47% | - |
| HSV(B) | 101.25º | 0.5% | 0.63% | - |
| XYZ | 19.84 | 28.72 | 12.09 | - |
| YUV | 134.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 160 | 80 | 0.34 | 0 | 0.5 | 0.37 | 101.25 | 0.33 | 0.47 |
| Hex | 69 | A0 | 50 | 22 | 0 | 32 | 25 | 65 | 21 | 2F |
| Octal | 151 | 240 | 120 | 42 | 0 | 62 | 45 | 145 | 41 | 57 |
| Binary | 1101001 | 10100000 | 1010000 | 100010 | 0 | 110010 | 100101 | 1100101 | 100001 | 101111 |
Color Harmonies of #69A050
Complementary color
Monochromatic Colors of #69A050
Black with #69A050
Text Example
Text Example
White with #69A050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A050; }
p { color: rgb(105,160,80); }
H1.HeaderClassName
{
color: #69A050;
}
.AnyTagClassName
{
color: #69A050;
}
</style>
background-color css
<style>
a { background-color: #69A050; }
a { background-color: rgb(105,160,80); }
div.DivClassName
{
background-color: #69A050;
}
.BgClassName
{
background-color: #69A050;
}
</style>
border-color css
<style>
span { border-color: #69A050; }
span { border-color: rgb(105,160,80); }
td.TdClassName
{
border-color: #69A050;
}
.TagClassName
{
border-color: #69A050;
}
</style>