Shades of Apple #6DA246
Tints of Apple #6DA246
RGB
CMYK
RGB Variations
Color information
#6DA246 (or 0x6DA246) is known color: Apple. HEX triplet: 6D, A2 and 46. RGB value is (109,162,70). Sum of RGB (Red+Green+Blue) = 109+162+70=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA246 is #925DB9. Grayscale: #878787. Windows color (decimal): -9592250 or 4629101. OLE color: 4629101.
HSL color Cylindrical-coordinate representation of color #6DA246: hue angle of 94.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DA246 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 70 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.36 |
| HSL | 94.57º | 0.4% | 0.45% | - |
| HSV(B) | 94.57º | 0.57% | 0.64% | - |
| XYZ | 20.33 | 29.53 | 10.42 | - |
| YUV | 135.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 70 | 0.33 | 0 | 0.57 | 0.36 | 94.57 | 0.4 | 0.45 |
| Hex | 6D | A2 | 46 | 21 | 0 | 39 | 24 | 5F | 28 | 2D |
| Octal | 155 | 242 | 106 | 41 | 0 | 71 | 44 | 137 | 50 | 55 |
| Binary | 1101101 | 10100010 | 1000110 | 100001 | 0 | 111001 | 100100 | 1011111 | 101000 | 101101 |
Color Harmonies of #6DA246
Complementary color
Monochromatic Colors of #6DA246
Black with #6DA246
Text Example
Text Example
White with #6DA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA246; }
p { color: rgb(109,162,70); }
H1.HeaderClassName
{
color: #6DA246;
}
.AnyTagClassName
{
color: #6DA246;
}
</style>
background-color css
<style>
a { background-color: #6DA246; }
a { background-color: rgb(109,162,70); }
div.DivClassName
{
background-color: #6DA246;
}
.BgClassName
{
background-color: #6DA246;
}
</style>
border-color css
<style>
span { border-color: #6DA246; }
span { border-color: rgb(109,162,70); }
td.TdClassName
{
border-color: #6DA246;
}
.TagClassName
{
border-color: #6DA246;
}
</style>