Shades of Apple #6DA64D
Tints of Apple #6DA64D
RGB
CMYK
RGB Variations
Color information
#6DA64D (or 0x6DA64D) is known color: Apple. HEX triplet: 6D, A6 and 4D. RGB value is (109,166,77). Sum of RGB (Red+Green+Blue) = 109+166+77=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA64D is #9259B2. Grayscale: #8B8B8B. Windows color (decimal): -9591219 or 5088877. OLE color: 5088877.
HSL color Cylindrical-coordinate representation of color #6DA64D: hue angle of 98.43º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA64D is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 166 | 77 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.35 |
| HSL | 98.43º | 0.37% | 0.48% | - |
| HSV(B) | 98.43º | 0.54% | 0.65% | - |
| XYZ | 21.28 | 31.06 | 11.89 | - |
| YUV | 138.81 | 93.12 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 77 | 0.34 | 0 | 0.54 | 0.35 | 98.43 | 0.37 | 0.48 |
| Hex | 6D | A6 | 4D | 22 | 0 | 36 | 23 | 62 | 25 | 30 |
| Octal | 155 | 246 | 115 | 42 | 0 | 66 | 43 | 142 | 45 | 60 |
| Binary | 1101101 | 10100110 | 1001101 | 100010 | 0 | 110110 | 100011 | 1100010 | 100101 | 110000 |
Color Harmonies of #6DA64D
Complementary color
Monochromatic Colors of #6DA64D
Black with #6DA64D
Text Example
Text Example
White with #6DA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA64D; }
p { color: rgb(109,166,77); }
H1.HeaderClassName
{
color: #6DA64D;
}
.AnyTagClassName
{
color: #6DA64D;
}
</style>
background-color css
<style>
a { background-color: #6DA64D; }
a { background-color: rgb(109,166,77); }
div.DivClassName
{
background-color: #6DA64D;
}
.BgClassName
{
background-color: #6DA64D;
}
</style>
border-color css
<style>
span { border-color: #6DA64D; }
span { border-color: rgb(109,166,77); }
td.TdClassName
{
border-color: #6DA64D;
}
.TagClassName
{
border-color: #6DA64D;
}
</style>