Shades of Apple #6AAA50
Tints of Apple #6AAA50
RGB
CMYK
RGB Variations
Color information
#6AAA50 (or 0x6AAA50) is known color: Apple. HEX triplet: 6A, AA and 50. RGB value is (106,170,80). Sum of RGB (Red+Green+Blue) = 106+170+80=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA50 is #9555AF. Grayscale: #8C8C8C. Windows color (decimal): -9786800 or 5286506. OLE color: 5286506.
HSL color Cylindrical-coordinate representation of color #6AAA50: hue angle of 102.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AAA50 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 80 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.33 |
| HSL | 102.67º | 0.36% | 0.49% | - |
| HSV(B) | 102.67º | 0.53% | 0.67% | - |
| XYZ | 21.77 | 32.39 | 12.69 | - |
| YUV | 140.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 80 | 0.38 | 0 | 0.53 | 0.33 | 102.67 | 0.36 | 0.49 |
| Hex | 6A | AA | 50 | 26 | 0 | 35 | 21 | 67 | 24 | 31 |
| Octal | 152 | 252 | 120 | 46 | 0 | 65 | 41 | 147 | 44 | 61 |
| Binary | 1101010 | 10101010 | 1010000 | 100110 | 0 | 110101 | 100001 | 1100111 | 100100 | 110001 |
Color Harmonies of #6AAA50
Complementary color
Monochromatic Colors of #6AAA50
Black with #6AAA50
Text Example
Text Example
White with #6AAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA50; }
p { color: rgb(106,170,80); }
H1.HeaderClassName
{
color: #6AAA50;
}
.AnyTagClassName
{
color: #6AAA50;
}
</style>
background-color css
<style>
a { background-color: #6AAA50; }
a { background-color: rgb(106,170,80); }
div.DivClassName
{
background-color: #6AAA50;
}
.BgClassName
{
background-color: #6AAA50;
}
</style>
border-color css
<style>
span { border-color: #6AAA50; }
span { border-color: rgb(106,170,80); }
td.TdClassName
{
border-color: #6AAA50;
}
.TagClassName
{
border-color: #6AAA50;
}
</style>