Shades of Apple #6AAA57
Tints of Apple #6AAA57
RGB
CMYK
RGB Variations
Color information
#6AAA57 (or 0x6AAA57) is known color: Apple. HEX triplet: 6A, AA and 57. RGB value is (106,170,87). Sum of RGB (Red+Green+Blue) = 106+170+87=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA57 is #9555A8. Grayscale: #8D8D8D. Windows color (decimal): -9786793 or 5745258. OLE color: 5745258.
HSL color Cylindrical-coordinate representation of color #6AAA57: hue angle of 106.27º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AAA57 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 87 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.33 |
| HSL | 106.27º | 0.33% | 0.5% | - |
| HSV(B) | 106.27º | 0.49% | 0.67% | - |
| XYZ | 22.04 | 32.5 | 14.13 | - |
| YUV | 141.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 87 | 0.38 | 0 | 0.49 | 0.33 | 106.27 | 0.33 | 0.5 |
| Hex | 6A | AA | 57 | 26 | 0 | 31 | 21 | 6A | 21 | 32 |
| Octal | 152 | 252 | 127 | 46 | 0 | 61 | 41 | 152 | 41 | 62 |
| Binary | 1101010 | 10101010 | 1010111 | 100110 | 0 | 110001 | 100001 | 1101010 | 100001 | 110010 |
Color Harmonies of #6AAA57
Complementary color
Monochromatic Colors of #6AAA57
Black with #6AAA57
Text Example
Text Example
White with #6AAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA57; }
p { color: rgb(106,170,87); }
H1.HeaderClassName
{
color: #6AAA57;
}
.AnyTagClassName
{
color: #6AAA57;
}
</style>
background-color css
<style>
a { background-color: #6AAA57; }
a { background-color: rgb(106,170,87); }
div.DivClassName
{
background-color: #6AAA57;
}
.BgClassName
{
background-color: #6AAA57;
}
</style>
border-color css
<style>
span { border-color: #6AAA57; }
span { border-color: rgb(106,170,87); }
td.TdClassName
{
border-color: #6AAA57;
}
.TagClassName
{
border-color: #6AAA57;
}
</style>