Shades of Apple #6AB356
Tints of Apple #6AB356
RGB
CMYK
RGB Variations
Color information
#6AB356 (or 0x6AB356) is known color: Apple. HEX triplet: 6A, B3 and 56. RGB value is (106,179,86). Sum of RGB (Red+Green+Blue) = 106+179+86=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB356 is #954CA9. Grayscale: #929292. Windows color (decimal): -9784490 or 5682026. OLE color: 5682026.
HSL color Cylindrical-coordinate representation of color #6AB356: hue angle of 107.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AB356 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 86 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.30 |
| HSL | 107.1º | 0.38% | 0.52% | - |
| HSV(B) | 107.1º | 0.52% | 0.7% | - |
| XYZ | 23.74 | 35.98 | 14.5 | - |
| YUV | 146.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 86 | 0.41 | 0 | 0.52 | 0.30 | 107.1 | 0.38 | 0.52 |
| Hex | 6A | B3 | 56 | 29 | 0 | 34 | 1E | 6B | 26 | 34 |
| Octal | 152 | 263 | 126 | 51 | 0 | 64 | 36 | 153 | 46 | 64 |
| Binary | 1101010 | 10110011 | 1010110 | 101001 | 0 | 110100 | 11110 | 1101011 | 100110 | 110100 |
Color Harmonies of #6AB356
Complementary color
Monochromatic Colors of #6AB356
Black with #6AB356
Text Example
Text Example
White with #6AB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB356; }
p { color: rgb(106,179,86); }
H1.HeaderClassName
{
color: #6AB356;
}
.AnyTagClassName
{
color: #6AB356;
}
</style>
background-color css
<style>
a { background-color: #6AB356; }
a { background-color: rgb(106,179,86); }
div.DivClassName
{
background-color: #6AB356;
}
.BgClassName
{
background-color: #6AB356;
}
</style>
border-color css
<style>
span { border-color: #6AB356; }
span { border-color: rgb(106,179,86); }
td.TdClassName
{
border-color: #6AB356;
}
.TagClassName
{
border-color: #6AB356;
}
</style>