Shades of Apple #6AB156
Tints of Apple #6AB156
RGB
CMYK
RGB Variations
Color information
#6AB156 (or 0x6AB156) is known color: Apple. HEX triplet: 6A, B1 and 56. RGB value is (106,177,86). Sum of RGB (Red+Green+Blue) = 106+177+86=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB156 is #954EA9. Grayscale: #919191. Windows color (decimal): -9785002 or 5681514. OLE color: 5681514.
HSL color Cylindrical-coordinate representation of color #6AB156: hue angle of 106.81º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AB156 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 86 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.31 |
| HSL | 106.81º | 0.37% | 0.52% | - |
| HSV(B) | 106.81º | 0.51% | 0.69% | - |
| XYZ | 23.35 | 35.18 | 14.36 | - |
| YUV | 145.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 86 | 0.40 | 0 | 0.51 | 0.31 | 106.81 | 0.37 | 0.52 |
| Hex | 6A | B1 | 56 | 28 | 0 | 33 | 1F | 6B | 25 | 34 |
| Octal | 152 | 261 | 126 | 50 | 0 | 63 | 37 | 153 | 45 | 64 |
| Binary | 1101010 | 10110001 | 1010110 | 101000 | 0 | 110011 | 11111 | 1101011 | 100101 | 110100 |
Color Harmonies of #6AB156
Complementary color
Monochromatic Colors of #6AB156
Black with #6AB156
Text Example
Text Example
White with #6AB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB156; }
p { color: rgb(106,177,86); }
H1.HeaderClassName
{
color: #6AB156;
}
.AnyTagClassName
{
color: #6AB156;
}
</style>
background-color css
<style>
a { background-color: #6AB156; }
a { background-color: rgb(106,177,86); }
div.DivClassName
{
background-color: #6AB156;
}
.BgClassName
{
background-color: #6AB156;
}
</style>
border-color css
<style>
span { border-color: #6AB156; }
span { border-color: rgb(106,177,86); }
td.TdClassName
{
border-color: #6AB156;
}
.TagClassName
{
border-color: #6AB156;
}
</style>