Shades of Apple #6AA047
Tints of Apple #6AA047
RGB
CMYK
RGB Variations
Color information
#6AA047 (or 0x6AA047) is known color: Apple. HEX triplet: 6A, A0 and 47. RGB value is (106,160,71). Sum of RGB (Red+Green+Blue) = 106+160+71=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA047 is #955FB8. Grayscale: #868686. Windows color (decimal): -9789369 or 4694122. OLE color: 4694122.
HSL color Cylindrical-coordinate representation of color #6AA047: hue angle of 96.4º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AA047 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 71 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.37 |
| HSL | 96.4º | 0.39% | 0.45% | - |
| HSV(B) | 96.4º | 0.56% | 0.63% | - |
| XYZ | 19.65 | 28.66 | 10.46 | - |
| YUV | 133.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 71 | 0.34 | 0 | 0.56 | 0.37 | 96.4 | 0.39 | 0.45 |
| Hex | 6A | A0 | 47 | 22 | 0 | 38 | 25 | 60 | 27 | 2D |
| Octal | 152 | 240 | 107 | 42 | 0 | 70 | 45 | 140 | 47 | 55 |
| Binary | 1101010 | 10100000 | 1000111 | 100010 | 0 | 111000 | 100101 | 1100000 | 100111 | 101101 |
Color Harmonies of #6AA047
Complementary color
Monochromatic Colors of #6AA047
Black with #6AA047
Text Example
Text Example
White with #6AA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA047; }
p { color: rgb(106,160,71); }
H1.HeaderClassName
{
color: #6AA047;
}
.AnyTagClassName
{
color: #6AA047;
}
</style>
background-color css
<style>
a { background-color: #6AA047; }
a { background-color: rgb(106,160,71); }
div.DivClassName
{
background-color: #6AA047;
}
.BgClassName
{
background-color: #6AA047;
}
</style>
border-color css
<style>
span { border-color: #6AA047; }
span { border-color: rgb(106,160,71); }
td.TdClassName
{
border-color: #6AA047;
}
.TagClassName
{
border-color: #6AA047;
}
</style>