Shades of Apple #6DA546
Tints of Apple #6DA546
RGB
CMYK
RGB Variations
Color information
#6DA546 (or 0x6DA546) is known color: Apple. HEX triplet: 6D, A5 and 46. RGB value is (109,165,70). Sum of RGB (Red+Green+Blue) = 109+165+70=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA546 is #925AB9. Grayscale: #898989. Windows color (decimal): -9591482 or 4629869. OLE color: 4629869.
HSL color Cylindrical-coordinate representation of color #6DA546: hue angle of 95.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6DA546 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 70 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.35 |
| HSL | 95.37º | 0.4% | 0.46% | - |
| HSV(B) | 95.37º | 0.58% | 0.65% | - |
| XYZ | 20.87 | 30.6 | 10.6 | - |
| YUV | 137.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 70 | 0.34 | 0 | 0.58 | 0.35 | 95.37 | 0.4 | 0.46 |
| Hex | 6D | A5 | 46 | 22 | 0 | 3A | 23 | 5F | 28 | 2E |
| Octal | 155 | 245 | 106 | 42 | 0 | 72 | 43 | 137 | 50 | 56 |
| Binary | 1101101 | 10100101 | 1000110 | 100010 | 0 | 111010 | 100011 | 1011111 | 101000 | 101110 |
Color Harmonies of #6DA546
Complementary color
Monochromatic Colors of #6DA546
Black with #6DA546
Text Example
Text Example
White with #6DA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA546; }
p { color: rgb(109,165,70); }
H1.HeaderClassName
{
color: #6DA546;
}
.AnyTagClassName
{
color: #6DA546;
}
</style>
background-color css
<style>
a { background-color: #6DA546; }
a { background-color: rgb(109,165,70); }
div.DivClassName
{
background-color: #6DA546;
}
.BgClassName
{
background-color: #6DA546;
}
</style>
border-color css
<style>
span { border-color: #6DA546; }
span { border-color: rgb(109,165,70); }
td.TdClassName
{
border-color: #6DA546;
}
.TagClassName
{
border-color: #6DA546;
}
</style>