Shades of Apple #6DA450
Tints of Apple #6DA450
RGB
CMYK
RGB Variations
Color information
#6DA450 (or 0x6DA450) is known color: Apple. HEX triplet: 6D, A4 and 50. RGB value is (109,164,80). Sum of RGB (Red+Green+Blue) = 109+164+80=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA450 is #925BAF. Grayscale: #8A8A8A. Windows color (decimal): -9591728 or 5284973. OLE color: 5284973.
HSL color Cylindrical-coordinate representation of color #6DA450: hue angle of 99.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DA450 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 80 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.36 |
| HSL | 99.29º | 0.34% | 0.48% | - |
| HSV(B) | 99.29º | 0.51% | 0.64% | - |
| XYZ | 21.03 | 30.38 | 12.35 | - |
| YUV | 137.98 | 95.28 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 80 | 0.34 | 0 | 0.51 | 0.36 | 99.29 | 0.34 | 0.48 |
| Hex | 6D | A4 | 50 | 22 | 0 | 33 | 24 | 63 | 22 | 30 |
| Octal | 155 | 244 | 120 | 42 | 0 | 63 | 44 | 143 | 42 | 60 |
| Binary | 1101101 | 10100100 | 1010000 | 100010 | 0 | 110011 | 100100 | 1100011 | 100010 | 110000 |
Color Harmonies of #6DA450
Complementary color
Monochromatic Colors of #6DA450
Black with #6DA450
Text Example
Text Example
White with #6DA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA450; }
p { color: rgb(109,164,80); }
H1.HeaderClassName
{
color: #6DA450;
}
.AnyTagClassName
{
color: #6DA450;
}
</style>
background-color css
<style>
a { background-color: #6DA450; }
a { background-color: rgb(109,164,80); }
div.DivClassName
{
background-color: #6DA450;
}
.BgClassName
{
background-color: #6DA450;
}
</style>
border-color css
<style>
span { border-color: #6DA450; }
span { border-color: rgb(109,164,80); }
td.TdClassName
{
border-color: #6DA450;
}
.TagClassName
{
border-color: #6DA450;
}
</style>