Shades of Apple #69A959
Tints of Apple #69A959
RGB
CMYK
RGB Variations
Color information
#69A959 (or 0x69A959) is known color: Apple. HEX triplet: 69, A9 and 59. RGB value is (105,169,89). Sum of RGB (Red+Green+Blue) = 105+169+89=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 169 - color contains mainly: green. Hex color #69A959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A959 is #9656A6. Grayscale: #8C8C8C. Windows color (decimal): -9852583 or 5876073. OLE color: 5876073.
HSL color Cylindrical-coordinate representation of color #69A959: hue angle of 108º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69A959 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 169 | 89 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.34 |
| HSL | 108º | 0.32% | 0.51% | - |
| HSV(B) | 108º | 0.47% | 0.66% | - |
| XYZ | 21.82 | 32.1 | 14.5 | - |
| YUV | 140.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 169 | 89 | 0.38 | 0 | 0.47 | 0.34 | 108 | 0.32 | 0.51 |
| Hex | 69 | A9 | 59 | 26 | 0 | 2F | 22 | 6C | 20 | 33 |
| Octal | 151 | 251 | 131 | 46 | 0 | 57 | 42 | 154 | 40 | 63 |
| Binary | 1101001 | 10101001 | 1011001 | 100110 | 0 | 101111 | 100010 | 1101100 | 100000 | 110011 |
Color Harmonies of #69A959
Complementary color
Monochromatic Colors of #69A959
Black with #69A959
Text Example
Text Example
White with #69A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A959; }
p { color: rgb(105,169,89); }
H1.HeaderClassName
{
color: #69A959;
}
.AnyTagClassName
{
color: #69A959;
}
</style>
background-color css
<style>
a { background-color: #69A959; }
a { background-color: rgb(105,169,89); }
div.DivClassName
{
background-color: #69A959;
}
.BgClassName
{
background-color: #69A959;
}
</style>
border-color css
<style>
span { border-color: #69A959; }
span { border-color: rgb(105,169,89); }
td.TdClassName
{
border-color: #69A959;
}
.TagClassName
{
border-color: #69A959;
}
</style>