Shades of Apple #6AB456
Tints of Apple #6AB456
RGB
CMYK
RGB Variations
Color information
#6AB456 (or 0x6AB456) is known color: Apple. HEX triplet: 6A, B4 and 56. RGB value is (106,180,86). Sum of RGB (Red+Green+Blue) = 106+180+86=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB456 is #954BA9. Grayscale: #939393. Windows color (decimal): -9784234 or 5682282. OLE color: 5682282.
HSL color Cylindrical-coordinate representation of color #6AB456: hue angle of 107.23º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AB456 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 86 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.29 |
| HSL | 107.23º | 0.39% | 0.52% | - |
| HSV(B) | 107.23º | 0.52% | 0.71% | - |
| XYZ | 23.94 | 36.38 | 14.56 | - |
| YUV | 147.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 86 | 0.41 | 0 | 0.52 | 0.29 | 107.23 | 0.39 | 0.52 |
| Hex | 6A | B4 | 56 | 29 | 0 | 34 | 1D | 6B | 27 | 34 |
| Octal | 152 | 264 | 126 | 51 | 0 | 64 | 35 | 153 | 47 | 64 |
| Binary | 1101010 | 10110100 | 1010110 | 101001 | 0 | 110100 | 11101 | 1101011 | 100111 | 110100 |
Color Harmonies of #6AB456
Complementary color
Monochromatic Colors of #6AB456
Black with #6AB456
Text Example
Text Example
White with #6AB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB456; }
p { color: rgb(106,180,86); }
H1.HeaderClassName
{
color: #6AB456;
}
.AnyTagClassName
{
color: #6AB456;
}
</style>
background-color css
<style>
a { background-color: #6AB456; }
a { background-color: rgb(106,180,86); }
div.DivClassName
{
background-color: #6AB456;
}
.BgClassName
{
background-color: #6AB456;
}
</style>
border-color css
<style>
span { border-color: #6AB456; }
span { border-color: rgb(106,180,86); }
td.TdClassName
{
border-color: #6AB456;
}
.TagClassName
{
border-color: #6AB456;
}
</style>