Shades of Apple #6AAA3F
Tints of Apple #6AAA3F
RGB
CMYK
RGB Variations
Color information
#6AAA3F (or 0x6AAA3F) is known color: Apple. HEX triplet: 6A, AA and 3F. RGB value is (106,170,63). Sum of RGB (Red+Green+Blue) = 106+170+63=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA3F is #9555C0. Grayscale: #8B8B8B. Windows color (decimal): -9786817 or 4172394. OLE color: 4172394.
HSL color Cylindrical-coordinate representation of color #6AAA3F: hue angle of 95.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AAA3F is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 63 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.33 |
| HSL | 95.89º | 0.46% | 0.46% | - |
| HSV(B) | 95.89º | 0.63% | 0.67% | - |
| XYZ | 21.22 | 32.17 | 9.79 | - |
| YUV | 138.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 63 | 0.38 | 0 | 0.63 | 0.33 | 95.89 | 0.46 | 0.46 |
| Hex | 6A | AA | 3F | 26 | 0 | 3F | 21 | 60 | 2E | 2E |
| Octal | 152 | 252 | 77 | 46 | 0 | 77 | 41 | 140 | 56 | 56 |
| Binary | 1101010 | 10101010 | 111111 | 100110 | 0 | 111111 | 100001 | 1100000 | 101110 | 101110 |
Color Harmonies of #6AAA3F
Complementary color
Monochromatic Colors of #6AAA3F
Black with #6AAA3F
Text Example
Text Example
White with #6AAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA3F; }
p { color: rgb(106,170,63); }
H1.HeaderClassName
{
color: #6AAA3F;
}
.AnyTagClassName
{
color: #6AAA3F;
}
</style>
background-color css
<style>
a { background-color: #6AAA3F; }
a { background-color: rgb(106,170,63); }
div.DivClassName
{
background-color: #6AAA3F;
}
.BgClassName
{
background-color: #6AAA3F;
}
</style>
border-color css
<style>
span { border-color: #6AAA3F; }
span { border-color: rgb(106,170,63); }
td.TdClassName
{
border-color: #6AAA3F;
}
.TagClassName
{
border-color: #6AAA3F;
}
</style>