Shades of Apple #6AA955
Tints of Apple #6AA955
RGB
CMYK
RGB Variations
Color information
#6AA955 (or 0x6AA955) is known color: Apple. HEX triplet: 6A, A9 and 55. RGB value is (106,169,85). Sum of RGB (Red+Green+Blue) = 106+169+85=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA955 is #9556AA. Grayscale: #8C8C8C. Windows color (decimal): -9787051 or 5613930. OLE color: 5613930.
HSL color Cylindrical-coordinate representation of color #6AA955: hue angle of 105º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AA955 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 169 | 85 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.34 |
| HSL | 105º | 0.33% | 0.5% | - |
| HSV(B) | 105º | 0.5% | 0.66% | - |
| XYZ | 21.77 | 32.1 | 13.64 | - |
| YUV | 140.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 85 | 0.37 | 0 | 0.50 | 0.34 | 105 | 0.33 | 0.5 |
| Hex | 6A | A9 | 55 | 25 | 0 | 32 | 22 | 69 | 21 | 32 |
| Octal | 152 | 251 | 125 | 45 | 0 | 62 | 42 | 151 | 41 | 62 |
| Binary | 1101010 | 10101001 | 1010101 | 100101 | 0 | 110010 | 100010 | 1101001 | 100001 | 110010 |
Color Harmonies of #6AA955
Complementary color
Monochromatic Colors of #6AA955
Black with #6AA955
Text Example
Text Example
White with #6AA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA955; }
p { color: rgb(106,169,85); }
H1.HeaderClassName
{
color: #6AA955;
}
.AnyTagClassName
{
color: #6AA955;
}
</style>
background-color css
<style>
a { background-color: #6AA955; }
a { background-color: rgb(106,169,85); }
div.DivClassName
{
background-color: #6AA955;
}
.BgClassName
{
background-color: #6AA955;
}
</style>
border-color css
<style>
span { border-color: #6AA955; }
span { border-color: rgb(106,169,85); }
td.TdClassName
{
border-color: #6AA955;
}
.TagClassName
{
border-color: #6AA955;
}
</style>