Shades of Apple #6AAC47
Tints of Apple #6AAC47
RGB
CMYK
RGB Variations
Color information
#6AAC47 (or 0x6AAC47) is known color: Apple. HEX triplet: 6A, AC and 47. RGB value is (106,172,71). Sum of RGB (Red+Green+Blue) = 106+172+71=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAC47 is #9553B8. Grayscale: #8D8D8D. Windows color (decimal): -9786297 or 4697194. OLE color: 4697194.
HSL color Cylindrical-coordinate representation of color #6AAC47: hue angle of 99.21º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AAC47 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 71 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.33 |
| HSL | 99.21º | 0.42% | 0.48% | - |
| HSV(B) | 99.21º | 0.59% | 0.67% | - |
| XYZ | 21.83 | 33.02 | 11.18 | - |
| YUV | 140.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 71 | 0.38 | 0 | 0.59 | 0.33 | 99.21 | 0.42 | 0.48 |
| Hex | 6A | AC | 47 | 26 | 0 | 3B | 21 | 63 | 2A | 30 |
| Octal | 152 | 254 | 107 | 46 | 0 | 73 | 41 | 143 | 52 | 60 |
| Binary | 1101010 | 10101100 | 1000111 | 100110 | 0 | 111011 | 100001 | 1100011 | 101010 | 110000 |
Color Harmonies of #6AAC47
Complementary color
Monochromatic Colors of #6AAC47
Black with #6AAC47
Text Example
Text Example
White with #6AAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAC47; }
p { color: rgb(106,172,71); }
H1.HeaderClassName
{
color: #6AAC47;
}
.AnyTagClassName
{
color: #6AAC47;
}
</style>
background-color css
<style>
a { background-color: #6AAC47; }
a { background-color: rgb(106,172,71); }
div.DivClassName
{
background-color: #6AAC47;
}
.BgClassName
{
background-color: #6AAC47;
}
</style>
border-color css
<style>
span { border-color: #6AAC47; }
span { border-color: rgb(106,172,71); }
td.TdClassName
{
border-color: #6AAC47;
}
.TagClassName
{
border-color: #6AAC47;
}
</style>