Shades of Apple #69A356
Tints of Apple #69A356
RGB
CMYK
RGB Variations
Color information
#69A356 (or 0x69A356) is known color: Apple. HEX triplet: 69, A3 and 56. RGB value is (105,163,86). Sum of RGB (Red+Green+Blue) = 105+163+86=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #69A356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A356 is #965CA9. Grayscale: #898989. Windows color (decimal): -9854122 or 5677929. OLE color: 5677929.
HSL color Cylindrical-coordinate representation of color #69A356: hue angle of 105.19º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69A356 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 163 | 86 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.36 |
| HSL | 105.19º | 0.31% | 0.49% | - |
| HSV(B) | 105.19º | 0.47% | 0.64% | - |
| XYZ | 20.6 | 29.87 | 13.48 | - |
| YUV | 136.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 86 | 0.36 | 0 | 0.47 | 0.36 | 105.19 | 0.31 | 0.49 |
| Hex | 69 | A3 | 56 | 24 | 0 | 2F | 24 | 69 | 1F | 31 |
| Octal | 151 | 243 | 126 | 44 | 0 | 57 | 44 | 151 | 37 | 61 |
| Binary | 1101001 | 10100011 | 1010110 | 100100 | 0 | 101111 | 100100 | 1101001 | 11111 | 110001 |
Color Harmonies of #69A356
Complementary color
Monochromatic Colors of #69A356
Black with #69A356
Text Example
Text Example
White with #69A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A356; }
p { color: rgb(105,163,86); }
H1.HeaderClassName
{
color: #69A356;
}
.AnyTagClassName
{
color: #69A356;
}
</style>
background-color css
<style>
a { background-color: #69A356; }
a { background-color: rgb(105,163,86); }
div.DivClassName
{
background-color: #69A356;
}
.BgClassName
{
background-color: #69A356;
}
</style>
border-color css
<style>
span { border-color: #69A356; }
span { border-color: rgb(105,163,86); }
td.TdClassName
{
border-color: #69A356;
}
.TagClassName
{
border-color: #69A356;
}
</style>