Shades of Apple #6AA558
Tints of Apple #6AA558
RGB
CMYK
RGB Variations
Color information
#6AA558 (or 0x6AA558) is known color: Apple. HEX triplet: 6A, A5 and 58. RGB value is (106,165,88). Sum of RGB (Red+Green+Blue) = 106+165+88=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA558 is #955AA7. Grayscale: #8A8A8A. Windows color (decimal): -9788072 or 5809514. OLE color: 5809514.
HSL color Cylindrical-coordinate representation of color #6AA558: hue angle of 105.97º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AA558 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 165 | 88 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.35 |
| HSL | 105.97º | 0.3% | 0.5% | - |
| HSV(B) | 105.97º | 0.47% | 0.65% | - |
| XYZ | 21.16 | 30.68 | 14.04 | - |
| YUV | 138.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 165 | 88 | 0.36 | 0 | 0.47 | 0.35 | 105.97 | 0.3 | 0.5 |
| Hex | 6A | A5 | 58 | 24 | 0 | 2F | 23 | 6A | 1E | 32 |
| Octal | 152 | 245 | 130 | 44 | 0 | 57 | 43 | 152 | 36 | 62 |
| Binary | 1101010 | 10100101 | 1011000 | 100100 | 0 | 101111 | 100011 | 1101010 | 11110 | 110010 |
Color Harmonies of #6AA558
Complementary color
Monochromatic Colors of #6AA558
Black with #6AA558
Text Example
Text Example
White with #6AA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA558; }
p { color: rgb(106,165,88); }
H1.HeaderClassName
{
color: #6AA558;
}
.AnyTagClassName
{
color: #6AA558;
}
</style>
background-color css
<style>
a { background-color: #6AA558; }
a { background-color: rgb(106,165,88); }
div.DivClassName
{
background-color: #6AA558;
}
.BgClassName
{
background-color: #6AA558;
}
</style>
border-color css
<style>
span { border-color: #6AA558; }
span { border-color: rgb(106,165,88); }
td.TdClassName
{
border-color: #6AA558;
}
.TagClassName
{
border-color: #6AA558;
}
</style>