Shades of Apple #6DA85F
Tints of Apple #6DA85F
RGB
CMYK
RGB Variations
Color information
#6DA85F (or 0x6DA85F) is known color: Apple. HEX triplet: 6D, A8 and 5F. RGB value is (109,168,95). Sum of RGB (Red+Green+Blue) = 109+168+95=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA85F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA85F is #9257A0. Grayscale: #8E8E8E. Windows color (decimal): -9590689 or 6269037. OLE color: 6269037.
HSL color Cylindrical-coordinate representation of color #6DA85F: hue angle of 108.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DA85F is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 95 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.34 |
| HSL | 108.49º | 0.3% | 0.52% | - |
| HSV(B) | 108.49º | 0.43% | 0.66% | - |
| XYZ | 22.37 | 32.08 | 15.84 | - |
| YUV | 142.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 95 | 0.35 | 0 | 0.43 | 0.34 | 108.49 | 0.3 | 0.52 |
| Hex | 6D | A8 | 5F | 23 | 0 | 2B | 22 | 6C | 1E | 34 |
| Octal | 155 | 250 | 137 | 43 | 0 | 53 | 42 | 154 | 36 | 64 |
| Binary | 1101101 | 10101000 | 1011111 | 100011 | 0 | 101011 | 100010 | 1101100 | 11110 | 110100 |
Color Harmonies of #6DA85F
Complementary color
Monochromatic Colors of #6DA85F
Black with #6DA85F
Text Example
Text Example
White with #6DA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA85F; }
p { color: rgb(109,168,95); }
H1.HeaderClassName
{
color: #6DA85F;
}
.AnyTagClassName
{
color: #6DA85F;
}
</style>
background-color css
<style>
a { background-color: #6DA85F; }
a { background-color: rgb(109,168,95); }
div.DivClassName
{
background-color: #6DA85F;
}
.BgClassName
{
background-color: #6DA85F;
}
</style>
border-color css
<style>
span { border-color: #6DA85F; }
span { border-color: rgb(109,168,95); }
td.TdClassName
{
border-color: #6DA85F;
}
.TagClassName
{
border-color: #6DA85F;
}
</style>