Shades of Apple #6DA85C
Tints of Apple #6DA85C
RGB
CMYK
RGB Variations
Color information
#6DA85C (or 0x6DA85C) is known color: Apple. HEX triplet: 6D, A8 and 5C. RGB value is (109,168,92). Sum of RGB (Red+Green+Blue) = 109+168+92=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA85C is #9257A3. Grayscale: #8D8D8D. Windows color (decimal): -9590692 or 6072429. OLE color: 6072429.
HSL color Cylindrical-coordinate representation of color #6DA85C: hue angle of 106.58º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DA85C is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 92 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.34 |
| HSL | 106.58º | 0.3% | 0.51% | - |
| HSV(B) | 106.58º | 0.45% | 0.66% | - |
| XYZ | 22.24 | 32.03 | 15.14 | - |
| YUV | 141.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 92 | 0.35 | 0 | 0.45 | 0.34 | 106.58 | 0.3 | 0.51 |
| Hex | 6D | A8 | 5C | 23 | 0 | 2D | 22 | 6B | 1E | 33 |
| Octal | 155 | 250 | 134 | 43 | 0 | 55 | 42 | 153 | 36 | 63 |
| Binary | 1101101 | 10101000 | 1011100 | 100011 | 0 | 101101 | 100010 | 1101011 | 11110 | 110011 |
Color Harmonies of #6DA85C
Complementary color
Monochromatic Colors of #6DA85C
Black with #6DA85C
Text Example
Text Example
White with #6DA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA85C; }
p { color: rgb(109,168,92); }
H1.HeaderClassName
{
color: #6DA85C;
}
.AnyTagClassName
{
color: #6DA85C;
}
</style>
background-color css
<style>
a { background-color: #6DA85C; }
a { background-color: rgb(109,168,92); }
div.DivClassName
{
background-color: #6DA85C;
}
.BgClassName
{
background-color: #6DA85C;
}
</style>
border-color css
<style>
span { border-color: #6DA85C; }
span { border-color: rgb(109,168,92); }
td.TdClassName
{
border-color: #6DA85C;
}
.TagClassName
{
border-color: #6DA85C;
}
</style>