Shades of Apple #6AA656
Tints of Apple #6AA656
RGB
CMYK
RGB Variations
Color information
#6AA656 (or 0x6AA656) is known color: Apple. HEX triplet: 6A, A6 and 56. RGB value is (106,166,86). Sum of RGB (Red+Green+Blue) = 106+166+86=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA656 is #9559A9. Grayscale: #8B8B8B. Windows color (decimal): -9787818 or 5678698. OLE color: 5678698.
HSL color Cylindrical-coordinate representation of color #6AA656: hue angle of 105º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AA656 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 166 | 86 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.35 |
| HSL | 105º | 0.32% | 0.49% | - |
| HSV(B) | 105º | 0.48% | 0.65% | - |
| XYZ | 21.26 | 31.01 | 13.67 | - |
| YUV | 138.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 86 | 0.36 | 0 | 0.48 | 0.35 | 105 | 0.32 | 0.49 |
| Hex | 6A | A6 | 56 | 24 | 0 | 30 | 23 | 69 | 20 | 31 |
| Octal | 152 | 246 | 126 | 44 | 0 | 60 | 43 | 151 | 40 | 61 |
| Binary | 1101010 | 10100110 | 1010110 | 100100 | 0 | 110000 | 100011 | 1101001 | 100000 | 110001 |
Color Harmonies of #6AA656
Complementary color
Monochromatic Colors of #6AA656
Black with #6AA656
Text Example
Text Example
White with #6AA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA656; }
p { color: rgb(106,166,86); }
H1.HeaderClassName
{
color: #6AA656;
}
.AnyTagClassName
{
color: #6AA656;
}
</style>
background-color css
<style>
a { background-color: #6AA656; }
a { background-color: rgb(106,166,86); }
div.DivClassName
{
background-color: #6AA656;
}
.BgClassName
{
background-color: #6AA656;
}
</style>
border-color css
<style>
span { border-color: #6AA656; }
span { border-color: rgb(106,166,86); }
td.TdClassName
{
border-color: #6AA656;
}
.TagClassName
{
border-color: #6AA656;
}
</style>