Shades of Apple #6AAA4A
Tints of Apple #6AAA4A
RGB
CMYK
RGB Variations
Color information
#6AAA4A (or 0x6AAA4A) is known color: Apple. HEX triplet: 6A, AA and 4A. RGB value is (106,170,74). Sum of RGB (Red+Green+Blue) = 106+170+74=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA4A is #9555B5. Grayscale: #8C8C8C. Windows color (decimal): -9786806 or 4893290. OLE color: 4893290.
HSL color Cylindrical-coordinate representation of color #6AAA4A: hue angle of 100º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AAA4A is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 74 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.33 |
| HSL | 100º | 0.39% | 0.48% | - |
| HSV(B) | 100º | 0.56% | 0.67% | - |
| XYZ | 21.55 | 32.31 | 11.58 | - |
| YUV | 139.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 74 | 0.38 | 0 | 0.56 | 0.33 | 100 | 0.39 | 0.48 |
| Hex | 6A | AA | 4A | 26 | 0 | 38 | 21 | 64 | 27 | 30 |
| Octal | 152 | 252 | 112 | 46 | 0 | 70 | 41 | 144 | 47 | 60 |
| Binary | 1101010 | 10101010 | 1001010 | 100110 | 0 | 111000 | 100001 | 1100100 | 100111 | 110000 |
Color Harmonies of #6AAA4A
Complementary color
Monochromatic Colors of #6AAA4A
Black with #6AAA4A
Text Example
Text Example
White with #6AAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA4A; }
p { color: rgb(106,170,74); }
H1.HeaderClassName
{
color: #6AAA4A;
}
.AnyTagClassName
{
color: #6AAA4A;
}
</style>
background-color css
<style>
a { background-color: #6AAA4A; }
a { background-color: rgb(106,170,74); }
div.DivClassName
{
background-color: #6AAA4A;
}
.BgClassName
{
background-color: #6AAA4A;
}
</style>
border-color css
<style>
span { border-color: #6AAA4A; }
span { border-color: rgb(106,170,74); }
td.TdClassName
{
border-color: #6AAA4A;
}
.TagClassName
{
border-color: #6AAA4A;
}
</style>