Shades of Apple #6DA547
Tints of Apple #6DA547
RGB
CMYK
RGB Variations
Color information
#6DA547 (or 0x6DA547) is known color: Apple. HEX triplet: 6D, A5 and 47. RGB value is (109,165,71). Sum of RGB (Red+Green+Blue) = 109+165+71=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA547 is #925AB8. Grayscale: #898989. Windows color (decimal): -9591481 or 4695405. OLE color: 4695405.
HSL color Cylindrical-coordinate representation of color #6DA547: hue angle of 95.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DA547 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 71 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.35 |
| HSL | 95.74º | 0.4% | 0.46% | - |
| HSV(B) | 95.74º | 0.57% | 0.65% | - |
| XYZ | 20.9 | 30.62 | 10.77 | - |
| YUV | 137.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 71 | 0.34 | 0 | 0.57 | 0.35 | 95.74 | 0.4 | 0.46 |
| Hex | 6D | A5 | 47 | 22 | 0 | 39 | 23 | 60 | 28 | 2E |
| Octal | 155 | 245 | 107 | 42 | 0 | 71 | 43 | 140 | 50 | 56 |
| Binary | 1101101 | 10100101 | 1000111 | 100010 | 0 | 111001 | 100011 | 1100000 | 101000 | 101110 |
Color Harmonies of #6DA547
Complementary color
Monochromatic Colors of #6DA547
Black with #6DA547
Text Example
Text Example
White with #6DA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA547; }
p { color: rgb(109,165,71); }
H1.HeaderClassName
{
color: #6DA547;
}
.AnyTagClassName
{
color: #6DA547;
}
</style>
background-color css
<style>
a { background-color: #6DA547; }
a { background-color: rgb(109,165,71); }
div.DivClassName
{
background-color: #6DA547;
}
.BgClassName
{
background-color: #6DA547;
}
</style>
border-color css
<style>
span { border-color: #6DA547; }
span { border-color: rgb(109,165,71); }
td.TdClassName
{
border-color: #6DA547;
}
.TagClassName
{
border-color: #6DA547;
}
</style>