Shades of Apple #6AAA54
Tints of Apple #6AAA54
RGB
CMYK
RGB Variations
Color information
#6AAA54 (or 0x6AAA54) is known color: Apple. HEX triplet: 6A, AA and 54. RGB value is (106,170,84). Sum of RGB (Red+Green+Blue) = 106+170+84=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA54 is #9555AB. Grayscale: #8D8D8D. Windows color (decimal): -9786796 or 5548650. OLE color: 5548650.
HSL color Cylindrical-coordinate representation of color #6AAA54: hue angle of 104.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AAA54 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 84 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.33 |
| HSL | 104.65º | 0.34% | 0.5% | - |
| HSV(B) | 104.65º | 0.51% | 0.67% | - |
| XYZ | 21.92 | 32.45 | 13.5 | - |
| YUV | 141.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 84 | 0.38 | 0 | 0.51 | 0.33 | 104.65 | 0.34 | 0.5 |
| Hex | 6A | AA | 54 | 26 | 0 | 33 | 21 | 69 | 22 | 32 |
| Octal | 152 | 252 | 124 | 46 | 0 | 63 | 41 | 151 | 42 | 62 |
| Binary | 1101010 | 10101010 | 1010100 | 100110 | 0 | 110011 | 100001 | 1101001 | 100010 | 110010 |
Color Harmonies of #6AAA54
Complementary color
Monochromatic Colors of #6AAA54
Black with #6AAA54
Text Example
Text Example
White with #6AAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA54; }
p { color: rgb(106,170,84); }
H1.HeaderClassName
{
color: #6AAA54;
}
.AnyTagClassName
{
color: #6AAA54;
}
</style>
background-color css
<style>
a { background-color: #6AAA54; }
a { background-color: rgb(106,170,84); }
div.DivClassName
{
background-color: #6AAA54;
}
.BgClassName
{
background-color: #6AAA54;
}
</style>
border-color css
<style>
span { border-color: #6AAA54; }
span { border-color: rgb(106,170,84); }
td.TdClassName
{
border-color: #6AAA54;
}
.TagClassName
{
border-color: #6AAA54;
}
</style>