Shades of Apple #6AB755
Tints of Apple #6AB755
RGB
CMYK
RGB Variations
Color information
#6AB755 (or 0x6AB755) is known color: Apple. HEX triplet: 6A, B7 and 55. RGB value is (106,183,85). Sum of RGB (Red+Green+Blue) = 106+183+85=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB755 is #9548AA. Grayscale: #959595. Windows color (decimal): -9783467 or 5617514. OLE color: 5617514.
HSL color Cylindrical-coordinate representation of color #6AB755: hue angle of 107.14º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AB755 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 85 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.28 |
| HSL | 107.14º | 0.4% | 0.53% | - |
| HSV(B) | 107.14º | 0.54% | 0.72% | - |
| XYZ | 24.52 | 37.59 | 14.56 | - |
| YUV | 148.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 85 | 0.42 | 0 | 0.54 | 0.28 | 107.14 | 0.4 | 0.53 |
| Hex | 6A | B7 | 55 | 2A | 0 | 36 | 1C | 6B | 28 | 35 |
| Octal | 152 | 267 | 125 | 52 | 0 | 66 | 34 | 153 | 50 | 65 |
| Binary | 1101010 | 10110111 | 1010101 | 101010 | 0 | 110110 | 11100 | 1101011 | 101000 | 110101 |
Color Harmonies of #6AB755
Complementary color
Monochromatic Colors of #6AB755
Black with #6AB755
Text Example
Text Example
White with #6AB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB755; }
p { color: rgb(106,183,85); }
H1.HeaderClassName
{
color: #6AB755;
}
.AnyTagClassName
{
color: #6AB755;
}
</style>
background-color css
<style>
a { background-color: #6AB755; }
a { background-color: rgb(106,183,85); }
div.DivClassName
{
background-color: #6AB755;
}
.BgClassName
{
background-color: #6AB755;
}
</style>
border-color css
<style>
span { border-color: #6AB755; }
span { border-color: rgb(106,183,85); }
td.TdClassName
{
border-color: #6AB755;
}
.TagClassName
{
border-color: #6AB755;
}
</style>