Shades of Apple #6AAB55
Tints of Apple #6AAB55
RGB
CMYK
RGB Variations
Color information
#6AAB55 (or 0x6AAB55) is known color: Apple. HEX triplet: 6A, AB and 55. RGB value is (106,171,85). Sum of RGB (Red+Green+Blue) = 106+171+85=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB55 is #9554AA. Grayscale: #8E8E8E. Windows color (decimal): -9786539 or 5614442. OLE color: 5614442.
HSL color Cylindrical-coordinate representation of color #6AAB55: hue angle of 105.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AAB55 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 171 | 85 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.33 |
| HSL | 105.35º | 0.34% | 0.5% | - |
| HSV(B) | 105.35º | 0.5% | 0.67% | - |
| XYZ | 22.15 | 32.85 | 13.77 | - |
| YUV | 141.76 | 95.97 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 85 | 0.38 | 0 | 0.50 | 0.33 | 105.35 | 0.34 | 0.5 |
| Hex | 6A | AB | 55 | 26 | 0 | 32 | 21 | 69 | 22 | 32 |
| Octal | 152 | 253 | 125 | 46 | 0 | 62 | 41 | 151 | 42 | 62 |
| Binary | 1101010 | 10101011 | 1010101 | 100110 | 0 | 110010 | 100001 | 1101001 | 100010 | 110010 |
Color Harmonies of #6AAB55
Complementary color
Monochromatic Colors of #6AAB55
Black with #6AAB55
Text Example
Text Example
White with #6AAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAB55; }
p { color: rgb(106,171,85); }
H1.HeaderClassName
{
color: #6AAB55;
}
.AnyTagClassName
{
color: #6AAB55;
}
</style>
background-color css
<style>
a { background-color: #6AAB55; }
a { background-color: rgb(106,171,85); }
div.DivClassName
{
background-color: #6AAB55;
}
.BgClassName
{
background-color: #6AAB55;
}
</style>
border-color css
<style>
span { border-color: #6AAB55; }
span { border-color: rgb(106,171,85); }
td.TdClassName
{
border-color: #6AAB55;
}
.TagClassName
{
border-color: #6AAB55;
}
</style>