Shades of Apple #6AD746
Tints of Apple #6AD746
RGB
CMYK
RGB Variations
Color information
#6AD746 (or 0x6AD746) is known color: Apple. HEX triplet: 6A, D7 and 46. RGB value is (106,215,70). Sum of RGB (Red+Green+Blue) = 106+215+70=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD746 is #9528B9. Grayscale: #A6A6A6. Windows color (decimal): -9775290 or 4642666. OLE color: 4642666.
HSL color Cylindrical-coordinate representation of color #6AD746: hue angle of 105.1º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AD746 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 70 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.16 |
| HSL | 105.1º | 0.64% | 0.56% | - |
| HSV(B) | 105.1º | 0.67% | 0.84% | - |
| XYZ | 31.35 | 52.11 | 14.2 | - |
| YUV | 165.88 | 73.89 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 70 | 0.51 | 0 | 0.67 | 0.16 | 105.1 | 0.64 | 0.56 |
| Hex | 6A | D7 | 46 | 33 | 0 | 43 | 10 | 69 | 40 | 38 |
| Octal | 152 | 327 | 106 | 63 | 0 | 103 | 20 | 151 | 100 | 70 |
| Binary | 1101010 | 11010111 | 1000110 | 110011 | 0 | 1000011 | 10000 | 1101001 | 1000000 | 111000 |
Color Harmonies of #6AD746
Complementary color
Monochromatic Colors of #6AD746
Black with #6AD746
Text Example
Text Example
White with #6AD746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD746; }
p { color: rgb(106,215,70); }
H1.HeaderClassName
{
color: #6AD746;
}
.AnyTagClassName
{
color: #6AD746;
}
</style>
background-color css
<style>
a { background-color: #6AD746; }
a { background-color: rgb(106,215,70); }
div.DivClassName
{
background-color: #6AD746;
}
.BgClassName
{
background-color: #6AD746;
}
</style>
border-color css
<style>
span { border-color: #6AD746; }
span { border-color: rgb(106,215,70); }
td.TdClassName
{
border-color: #6AD746;
}
.TagClassName
{
border-color: #6AD746;
}
</style>