Shades of Apple #69A557
Tints of Apple #69A557
RGB
CMYK
RGB Variations
Color information
#69A557 (or 0x69A557) is known color: Apple. HEX triplet: 69, A5 and 57. RGB value is (105,165,87). Sum of RGB (Red+Green+Blue) = 105+165+87=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #69A557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A557 is #965AA8. Grayscale: #8A8A8A. Windows color (decimal): -9853609 or 5743977. OLE color: 5743977.
HSL color Cylindrical-coordinate representation of color #69A557: hue angle of 106.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69A557 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 165 | 87 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.35 |
| HSL | 106.15º | 0.31% | 0.49% | - |
| HSV(B) | 106.15º | 0.47% | 0.65% | - |
| XYZ | 21 | 30.6 | 13.82 | - |
| YUV | 138.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 87 | 0.36 | 0 | 0.47 | 0.35 | 106.15 | 0.31 | 0.49 |
| Hex | 69 | A5 | 57 | 24 | 0 | 2F | 23 | 6A | 1F | 31 |
| Octal | 151 | 245 | 127 | 44 | 0 | 57 | 43 | 152 | 37 | 61 |
| Binary | 1101001 | 10100101 | 1010111 | 100100 | 0 | 101111 | 100011 | 1101010 | 11111 | 110001 |
Color Harmonies of #69A557
Complementary color
Monochromatic Colors of #69A557
Black with #69A557
Text Example
Text Example
White with #69A557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A557; }
p { color: rgb(105,165,87); }
H1.HeaderClassName
{
color: #69A557;
}
.AnyTagClassName
{
color: #69A557;
}
</style>
background-color css
<style>
a { background-color: #69A557; }
a { background-color: rgb(105,165,87); }
div.DivClassName
{
background-color: #69A557;
}
.BgClassName
{
background-color: #69A557;
}
</style>
border-color css
<style>
span { border-color: #69A557; }
span { border-color: rgb(105,165,87); }
td.TdClassName
{
border-color: #69A557;
}
.TagClassName
{
border-color: #69A557;
}
</style>