Shades of Apple #6AAA4B
Tints of Apple #6AAA4B
RGB
CMYK
RGB Variations
Color information
#6AAA4B (or 0x6AAA4B) is known color: Apple. HEX triplet: 6A, AA and 4B. RGB value is (106,170,75). Sum of RGB (Red+Green+Blue) = 106+170+75=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA4B is #9555B4. Grayscale: #8C8C8C. Windows color (decimal): -9786805 or 4958826. OLE color: 4958826.
HSL color Cylindrical-coordinate representation of color #6AAA4B: hue angle of 100.42º 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 #6AAA4B is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 75 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.33 |
| HSL | 100.42º | 0.39% | 0.48% | - |
| HSV(B) | 100.42º | 0.56% | 0.67% | - |
| XYZ | 21.59 | 32.32 | 11.76 | - |
| YUV | 140.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 75 | 0.38 | 0 | 0.56 | 0.33 | 100.42 | 0.39 | 0.48 |
| Hex | 6A | AA | 4B | 26 | 0 | 38 | 21 | 64 | 27 | 30 |
| Octal | 152 | 252 | 113 | 46 | 0 | 70 | 41 | 144 | 47 | 60 |
| Binary | 1101010 | 10101010 | 1001011 | 100110 | 0 | 111000 | 100001 | 1100100 | 100111 | 110000 |
Color Harmonies of #6AAA4B
Complementary color
Monochromatic Colors of #6AAA4B
Black with #6AAA4B
Text Example
Text Example
White with #6AAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA4B; }
p { color: rgb(106,170,75); }
H1.HeaderClassName
{
color: #6AAA4B;
}
.AnyTagClassName
{
color: #6AAA4B;
}
</style>
background-color css
<style>
a { background-color: #6AAA4B; }
a { background-color: rgb(106,170,75); }
div.DivClassName
{
background-color: #6AAA4B;
}
.BgClassName
{
background-color: #6AAA4B;
}
</style>
border-color css
<style>
span { border-color: #6AAA4B; }
span { border-color: rgb(106,170,75); }
td.TdClassName
{
border-color: #6AAA4B;
}
.TagClassName
{
border-color: #6AAA4B;
}
</style>