Shades of Apple #6AB246
Tints of Apple #6AB246
RGB
CMYK
RGB Variations
Color information
#6AB246 (or 0x6AB246) is known color: Apple. HEX triplet: 6A, B2 and 46. RGB value is (106,178,70). Sum of RGB (Red+Green+Blue) = 106+178+70=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB246 is #954DB9. Grayscale: #909090. Windows color (decimal): -9784762 or 4633194. OLE color: 4633194.
HSL color Cylindrical-coordinate representation of color #6AB246: hue angle of 100º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AB246 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 70 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.30 |
| HSL | 100º | 0.44% | 0.49% | - |
| HSV(B) | 100º | 0.61% | 0.7% | - |
| XYZ | 22.97 | 35.35 | 11.41 | - |
| YUV | 144.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 70 | 0.40 | 0 | 0.61 | 0.30 | 100 | 0.44 | 0.49 |
| Hex | 6A | B2 | 46 | 28 | 0 | 3D | 1E | 64 | 2C | 31 |
| Octal | 152 | 262 | 106 | 50 | 0 | 75 | 36 | 144 | 54 | 61 |
| Binary | 1101010 | 10110010 | 1000110 | 101000 | 0 | 111101 | 11110 | 1100100 | 101100 | 110001 |
Color Harmonies of #6AB246
Complementary color
Monochromatic Colors of #6AB246
Black with #6AB246
Text Example
Text Example
White with #6AB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB246; }
p { color: rgb(106,178,70); }
H1.HeaderClassName
{
color: #6AB246;
}
.AnyTagClassName
{
color: #6AB246;
}
</style>
background-color css
<style>
a { background-color: #6AB246; }
a { background-color: rgb(106,178,70); }
div.DivClassName
{
background-color: #6AB246;
}
.BgClassName
{
background-color: #6AB246;
}
</style>
border-color css
<style>
span { border-color: #6AB246; }
span { border-color: rgb(106,178,70); }
td.TdClassName
{
border-color: #6AB246;
}
.TagClassName
{
border-color: #6AB246;
}
</style>