Shades of Apple #6DA545
Tints of Apple #6DA545
RGB
CMYK
RGB Variations
Color information
#6DA545 (or 0x6DA545) is known color: Apple. HEX triplet: 6D, A5 and 45. RGB value is (109,165,69). Sum of RGB (Red+Green+Blue) = 109+165+69=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA545 is #925ABA. Grayscale: #898989. Windows color (decimal): -9591483 or 4564333. OLE color: 4564333.
HSL color Cylindrical-coordinate representation of color #6DA545: hue angle of 95º degrees, saturation: 0.41, 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 #6DA545 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 69 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.35 |
| HSL | 95º | 0.41% | 0.46% | - |
| HSV(B) | 95º | 0.58% | 0.65% | - |
| XYZ | 20.84 | 30.59 | 10.44 | - |
| YUV | 137.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 69 | 0.34 | 0 | 0.58 | 0.35 | 95 | 0.41 | 0.46 |
| Hex | 6D | A5 | 45 | 22 | 0 | 3A | 23 | 5F | 29 | 2E |
| Octal | 155 | 245 | 105 | 42 | 0 | 72 | 43 | 137 | 51 | 56 |
| Binary | 1101101 | 10100101 | 1000101 | 100010 | 0 | 111010 | 100011 | 1011111 | 101001 | 101110 |
Color Harmonies of #6DA545
Complementary color
Monochromatic Colors of #6DA545
Black with #6DA545
Text Example
Text Example
White with #6DA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA545; }
p { color: rgb(109,165,69); }
H1.HeaderClassName
{
color: #6DA545;
}
.AnyTagClassName
{
color: #6DA545;
}
</style>
background-color css
<style>
a { background-color: #6DA545; }
a { background-color: rgb(109,165,69); }
div.DivClassName
{
background-color: #6DA545;
}
.BgClassName
{
background-color: #6DA545;
}
</style>
border-color css
<style>
span { border-color: #6DA545; }
span { border-color: rgb(109,165,69); }
td.TdClassName
{
border-color: #6DA545;
}
.TagClassName
{
border-color: #6DA545;
}
</style>