Shades of Apple #6AAA5C
Tints of Apple #6AAA5C
RGB
CMYK
RGB Variations
Color information
#6AAA5C (or 0x6AAA5C) is known color: Apple. HEX triplet: 6A, AA and 5C. RGB value is (106,170,92). Sum of RGB (Red+Green+Blue) = 106+170+92=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA5C is #9555A3. Grayscale: #8E8E8E. Windows color (decimal): -9786788 or 6072938. OLE color: 6072938.
HSL color Cylindrical-coordinate representation of color #6AAA5C: hue angle of 109.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AAA5C is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 92 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.33 |
| HSL | 109.23º | 0.31% | 0.51% | - |
| HSV(B) | 109.23º | 0.46% | 0.67% | - |
| XYZ | 22.25 | 32.59 | 15.24 | - |
| YUV | 141.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 92 | 0.38 | 0 | 0.46 | 0.33 | 109.23 | 0.31 | 0.51 |
| Hex | 6A | AA | 5C | 26 | 0 | 2E | 21 | 6D | 1F | 33 |
| Octal | 152 | 252 | 134 | 46 | 0 | 56 | 41 | 155 | 37 | 63 |
| Binary | 1101010 | 10101010 | 1011100 | 100110 | 0 | 101110 | 100001 | 1101101 | 11111 | 110011 |
Color Harmonies of #6AAA5C
Complementary color
Monochromatic Colors of #6AAA5C
Black with #6AAA5C
Text Example
Text Example
White with #6AAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA5C; }
p { color: rgb(106,170,92); }
H1.HeaderClassName
{
color: #6AAA5C;
}
.AnyTagClassName
{
color: #6AAA5C;
}
</style>
background-color css
<style>
a { background-color: #6AAA5C; }
a { background-color: rgb(106,170,92); }
div.DivClassName
{
background-color: #6AAA5C;
}
.BgClassName
{
background-color: #6AAA5C;
}
</style>
border-color css
<style>
span { border-color: #6AAA5C; }
span { border-color: rgb(106,170,92); }
td.TdClassName
{
border-color: #6AAA5C;
}
.TagClassName
{
border-color: #6AAA5C;
}
</style>