Shades of Apple #69A559
Tints of Apple #69A559
RGB
CMYK
RGB Variations
Color information
#69A559 (or 0x69A559) is known color: Apple. HEX triplet: 69, A5 and 59. RGB value is (105,165,89). Sum of RGB (Red+Green+Blue) = 105+165+89=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #69A559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A559 is #965AA6. Grayscale: #8A8A8A. Windows color (decimal): -9853607 or 5875049. OLE color: 5875049.
HSL color Cylindrical-coordinate representation of color #69A559: hue angle of 107.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69A559 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 165 | 89 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.35 |
| HSL | 107.37º | 0.3% | 0.5% | - |
| HSV(B) | 107.37º | 0.46% | 0.65% | - |
| XYZ | 21.08 | 30.63 | 14.25 | - |
| YUV | 138.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 89 | 0.36 | 0 | 0.46 | 0.35 | 107.37 | 0.3 | 0.5 |
| Hex | 69 | A5 | 59 | 24 | 0 | 2E | 23 | 6B | 1E | 32 |
| Octal | 151 | 245 | 131 | 44 | 0 | 56 | 43 | 153 | 36 | 62 |
| Binary | 1101001 | 10100101 | 1011001 | 100100 | 0 | 101110 | 100011 | 1101011 | 11110 | 110010 |
Color Harmonies of #69A559
Complementary color
Monochromatic Colors of #69A559
Black with #69A559
Text Example
Text Example
White with #69A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A559; }
p { color: rgb(105,165,89); }
H1.HeaderClassName
{
color: #69A559;
}
.AnyTagClassName
{
color: #69A559;
}
</style>
background-color css
<style>
a { background-color: #69A559; }
a { background-color: rgb(105,165,89); }
div.DivClassName
{
background-color: #69A559;
}
.BgClassName
{
background-color: #69A559;
}
</style>
border-color css
<style>
span { border-color: #69A559; }
span { border-color: rgb(105,165,89); }
td.TdClassName
{
border-color: #69A559;
}
.TagClassName
{
border-color: #69A559;
}
</style>