Shades of Apple #69AB47
Tints of Apple #69AB47
RGB
CMYK
RGB Variations
Color information
#69AB47 (or 0x69AB47) is known color: Apple. HEX triplet: 69, AB and 47. RGB value is (105,171,71). Sum of RGB (Red+Green+Blue) = 105+171+71=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB47 is #9654B8. Grayscale: #8C8C8C. Windows color (decimal): -9852089 or 4696937. OLE color: 4696937.
HSL color Cylindrical-coordinate representation of color #69AB47: hue angle of 99.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69AB47 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 171 | 71 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.33 |
| HSL | 99.6º | 0.41% | 0.47% | - |
| HSV(B) | 99.6º | 0.58% | 0.67% | - |
| XYZ | 21.53 | 32.58 | 11.12 | - |
| YUV | 139.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 71 | 0.39 | 0 | 0.58 | 0.33 | 99.6 | 0.41 | 0.47 |
| Hex | 69 | AB | 47 | 27 | 0 | 3A | 21 | 64 | 29 | 2F |
| Octal | 151 | 253 | 107 | 47 | 0 | 72 | 41 | 144 | 51 | 57 |
| Binary | 1101001 | 10101011 | 1000111 | 100111 | 0 | 111010 | 100001 | 1100100 | 101001 | 101111 |
Color Harmonies of #69AB47
Complementary color
Monochromatic Colors of #69AB47
Black with #69AB47
Text Example
Text Example
White with #69AB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AB47; }
p { color: rgb(105,171,71); }
H1.HeaderClassName
{
color: #69AB47;
}
.AnyTagClassName
{
color: #69AB47;
}
</style>
background-color css
<style>
a { background-color: #69AB47; }
a { background-color: rgb(105,171,71); }
div.DivClassName
{
background-color: #69AB47;
}
.BgClassName
{
background-color: #69AB47;
}
</style>
border-color css
<style>
span { border-color: #69AB47; }
span { border-color: rgb(105,171,71); }
td.TdClassName
{
border-color: #69AB47;
}
.TagClassName
{
border-color: #69AB47;
}
</style>