Shades of Apple #6DA85E
Tints of Apple #6DA85E
RGB
CMYK
RGB Variations
Color information
#6DA85E (or 0x6DA85E) is known color: Apple. HEX triplet: 6D, A8 and 5E. RGB value is (109,168,94). Sum of RGB (Red+Green+Blue) = 109+168+94=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA85E is #9257A1. Grayscale: #8E8E8E. Windows color (decimal): -9590690 or 6203501. OLE color: 6203501.
HSL color Cylindrical-coordinate representation of color #6DA85E: hue angle of 107.84º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DA85E is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 94 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.34 |
| HSL | 107.84º | 0.3% | 0.51% | - |
| HSV(B) | 107.84º | 0.44% | 0.66% | - |
| XYZ | 22.33 | 32.06 | 15.6 | - |
| YUV | 141.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 94 | 0.35 | 0 | 0.44 | 0.34 | 107.84 | 0.3 | 0.51 |
| Hex | 6D | A8 | 5E | 23 | 0 | 2C | 22 | 6C | 1E | 33 |
| Octal | 155 | 250 | 136 | 43 | 0 | 54 | 42 | 154 | 36 | 63 |
| Binary | 1101101 | 10101000 | 1011110 | 100011 | 0 | 101100 | 100010 | 1101100 | 11110 | 110011 |
Color Harmonies of #6DA85E
Complementary color
Monochromatic Colors of #6DA85E
Black with #6DA85E
Text Example
Text Example
White with #6DA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA85E; }
p { color: rgb(109,168,94); }
H1.HeaderClassName
{
color: #6DA85E;
}
.AnyTagClassName
{
color: #6DA85E;
}
</style>
background-color css
<style>
a { background-color: #6DA85E; }
a { background-color: rgb(109,168,94); }
div.DivClassName
{
background-color: #6DA85E;
}
.BgClassName
{
background-color: #6DA85E;
}
</style>
border-color css
<style>
span { border-color: #6DA85E; }
span { border-color: rgb(109,168,94); }
td.TdClassName
{
border-color: #6DA85E;
}
.TagClassName
{
border-color: #6DA85E;
}
</style>