Shades of Apple #6AAD47
Tints of Apple #6AAD47
RGB
CMYK
RGB Variations
Color information
#6AAD47 (or 0x6AAD47) is known color: Apple. HEX triplet: 6A, AD and 47. RGB value is (106,173,71). Sum of RGB (Red+Green+Blue) = 106+173+71=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD47 is #9552B8. Grayscale: #8D8D8D. Windows color (decimal): -9786041 or 4697450. OLE color: 4697450.
HSL color Cylindrical-coordinate representation of color #6AAD47: hue angle of 99.41º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AAD47 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 71 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.32 |
| HSL | 99.41º | 0.42% | 0.48% | - |
| HSV(B) | 99.41º | 0.59% | 0.68% | - |
| XYZ | 22.02 | 33.41 | 11.25 | - |
| YUV | 141.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 71 | 0.39 | 0 | 0.59 | 0.32 | 99.41 | 0.42 | 0.48 |
| Hex | 6A | AD | 47 | 27 | 0 | 3B | 20 | 63 | 2A | 30 |
| Octal | 152 | 255 | 107 | 47 | 0 | 73 | 40 | 143 | 52 | 60 |
| Binary | 1101010 | 10101101 | 1000111 | 100111 | 0 | 111011 | 100000 | 1100011 | 101010 | 110000 |
Color Harmonies of #6AAD47
Complementary color
Monochromatic Colors of #6AAD47
Black with #6AAD47
Text Example
Text Example
White with #6AAD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD47; }
p { color: rgb(106,173,71); }
H1.HeaderClassName
{
color: #6AAD47;
}
.AnyTagClassName
{
color: #6AAD47;
}
</style>
background-color css
<style>
a { background-color: #6AAD47; }
a { background-color: rgb(106,173,71); }
div.DivClassName
{
background-color: #6AAD47;
}
.BgClassName
{
background-color: #6AAD47;
}
</style>
border-color css
<style>
span { border-color: #6AAD47; }
span { border-color: rgb(106,173,71); }
td.TdClassName
{
border-color: #6AAD47;
}
.TagClassName
{
border-color: #6AAD47;
}
</style>