Shades of Apple #69AA5C
Tints of Apple #69AA5C
RGB
CMYK
RGB Variations
Color information
#69AA5C (or 0x69AA5C) is known color: Apple. HEX triplet: 69, AA and 5C. RGB value is (105,170,92). Sum of RGB (Red+Green+Blue) = 105+170+92=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA5C is #9655A3. Grayscale: #8D8D8D. Windows color (decimal): -9852324 or 6072937. OLE color: 6072937.
HSL color Cylindrical-coordinate representation of color #69AA5C: hue angle of 110º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69AA5C is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 170 | 92 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.33 |
| HSL | 110º | 0.31% | 0.51% | - |
| HSV(B) | 110º | 0.46% | 0.67% | - |
| XYZ | 22.13 | 32.53 | 15.24 | - |
| YUV | 141.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 92 | 0.38 | 0 | 0.46 | 0.33 | 110 | 0.31 | 0.51 |
| Hex | 69 | AA | 5C | 26 | 0 | 2E | 21 | 6E | 1F | 33 |
| Octal | 151 | 252 | 134 | 46 | 0 | 56 | 41 | 156 | 37 | 63 |
| Binary | 1101001 | 10101010 | 1011100 | 100110 | 0 | 101110 | 100001 | 1101110 | 11111 | 110011 |
Color Harmonies of #69AA5C
Complementary color
Monochromatic Colors of #69AA5C
Black with #69AA5C
Text Example
Text Example
White with #69AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AA5C; }
p { color: rgb(105,170,92); }
H1.HeaderClassName
{
color: #69AA5C;
}
.AnyTagClassName
{
color: #69AA5C;
}
</style>
background-color css
<style>
a { background-color: #69AA5C; }
a { background-color: rgb(105,170,92); }
div.DivClassName
{
background-color: #69AA5C;
}
.BgClassName
{
background-color: #69AA5C;
}
</style>
border-color css
<style>
span { border-color: #69AA5C; }
span { border-color: rgb(105,170,92); }
td.TdClassName
{
border-color: #69AA5C;
}
.TagClassName
{
border-color: #69AA5C;
}
</style>