Shades of Apple #6AA156
Tints of Apple #6AA156
RGB
CMYK
RGB Variations
Color information
#6AA156 (or 0x6AA156) is known color: Apple. HEX triplet: 6A, A1 and 56. RGB value is (106,161,86). Sum of RGB (Red+Green+Blue) = 106+161+86=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA156 is #955EA9. Grayscale: #888888. Windows color (decimal): -9789098 or 5677418. OLE color: 5677418.
HSL color Cylindrical-coordinate representation of color #6AA156: hue angle of 104º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AA156 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 86 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.37 |
| HSL | 104º | 0.3% | 0.48% | - |
| HSV(B) | 104º | 0.47% | 0.63% | - |
| XYZ | 20.37 | 29.23 | 13.37 | - |
| YUV | 136.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 86 | 0.34 | 0 | 0.47 | 0.37 | 104 | 0.3 | 0.48 |
| Hex | 6A | A1 | 56 | 22 | 0 | 2F | 25 | 68 | 1E | 30 |
| Octal | 152 | 241 | 126 | 42 | 0 | 57 | 45 | 150 | 36 | 60 |
| Binary | 1101010 | 10100001 | 1010110 | 100010 | 0 | 101111 | 100101 | 1101000 | 11110 | 110000 |
Color Harmonies of #6AA156
Complementary color
Monochromatic Colors of #6AA156
Black with #6AA156
Text Example
Text Example
White with #6AA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA156; }
p { color: rgb(106,161,86); }
H1.HeaderClassName
{
color: #6AA156;
}
.AnyTagClassName
{
color: #6AA156;
}
</style>
background-color css
<style>
a { background-color: #6AA156; }
a { background-color: rgb(106,161,86); }
div.DivClassName
{
background-color: #6AA156;
}
.BgClassName
{
background-color: #6AA156;
}
</style>
border-color css
<style>
span { border-color: #6AA156; }
span { border-color: rgb(106,161,86); }
td.TdClassName
{
border-color: #6AA156;
}
.TagClassName
{
border-color: #6AA156;
}
</style>