Shades of Apple #6AAA56
Tints of Apple #6AAA56
RGB
CMYK
RGB Variations
Color information
#6AAA56 (or 0x6AAA56) is known color: Apple. HEX triplet: 6A, AA and 56. RGB value is (106,170,86). Sum of RGB (Red+Green+Blue) = 106+170+86=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA56 is #9555A9. Grayscale: #8D8D8D. Windows color (decimal): -9786794 or 5679722. OLE color: 5679722.
HSL color Cylindrical-coordinate representation of color #6AAA56: hue angle of 105.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AAA56 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 86 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.33 |
| HSL | 105.71º | 0.33% | 0.5% | - |
| HSV(B) | 105.71º | 0.49% | 0.67% | - |
| XYZ | 22 | 32.49 | 13.92 | - |
| YUV | 141.29 | 96.8 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 86 | 0.38 | 0 | 0.49 | 0.33 | 105.71 | 0.33 | 0.5 |
| Hex | 6A | AA | 56 | 26 | 0 | 31 | 21 | 6A | 21 | 32 |
| Octal | 152 | 252 | 126 | 46 | 0 | 61 | 41 | 152 | 41 | 62 |
| Binary | 1101010 | 10101010 | 1010110 | 100110 | 0 | 110001 | 100001 | 1101010 | 100001 | 110010 |
Color Harmonies of #6AAA56
Complementary color
Monochromatic Colors of #6AAA56
Black with #6AAA56
Text Example
Text Example
White with #6AAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA56; }
p { color: rgb(106,170,86); }
H1.HeaderClassName
{
color: #6AAA56;
}
.AnyTagClassName
{
color: #6AAA56;
}
</style>
background-color css
<style>
a { background-color: #6AAA56; }
a { background-color: rgb(106,170,86); }
div.DivClassName
{
background-color: #6AAA56;
}
.BgClassName
{
background-color: #6AAA56;
}
</style>
border-color css
<style>
span { border-color: #6AAA56; }
span { border-color: rgb(106,170,86); }
td.TdClassName
{
border-color: #6AAA56;
}
.TagClassName
{
border-color: #6AAA56;
}
</style>