Shades of Apple #6AAE47
Tints of Apple #6AAE47
RGB
CMYK
RGB Variations
Color information
#6AAE47 (or 0x6AAE47) is known color: Apple. HEX triplet: 6A, AE and 47. RGB value is (106,174,71). Sum of RGB (Red+Green+Blue) = 106+174+71=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE47 is #9551B8. Grayscale: #8E8E8E. Windows color (decimal): -9785785 or 4697706. OLE color: 4697706.
HSL color Cylindrical-coordinate representation of color #6AAE47: hue angle of 99.61º 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 #6AAE47 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 71 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.32 |
| HSL | 99.61º | 0.42% | 0.48% | - |
| HSV(B) | 99.61º | 0.59% | 0.68% | - |
| XYZ | 22.22 | 33.79 | 11.31 | - |
| YUV | 141.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 71 | 0.39 | 0 | 0.59 | 0.32 | 99.61 | 0.42 | 0.48 |
| Hex | 6A | AE | 47 | 27 | 0 | 3B | 20 | 64 | 2A | 30 |
| Octal | 152 | 256 | 107 | 47 | 0 | 73 | 40 | 144 | 52 | 60 |
| Binary | 1101010 | 10101110 | 1000111 | 100111 | 0 | 111011 | 100000 | 1100100 | 101010 | 110000 |
Color Harmonies of #6AAE47
Complementary color
Monochromatic Colors of #6AAE47
Black with #6AAE47
Text Example
Text Example
White with #6AAE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE47; }
p { color: rgb(106,174,71); }
H1.HeaderClassName
{
color: #6AAE47;
}
.AnyTagClassName
{
color: #6AAE47;
}
</style>
background-color css
<style>
a { background-color: #6AAE47; }
a { background-color: rgb(106,174,71); }
div.DivClassName
{
background-color: #6AAE47;
}
.BgClassName
{
background-color: #6AAE47;
}
</style>
border-color css
<style>
span { border-color: #6AAE47; }
span { border-color: rgb(106,174,71); }
td.TdClassName
{
border-color: #6AAE47;
}
.TagClassName
{
border-color: #6AAE47;
}
</style>