Shades of Apple #6DB75E
Tints of Apple #6DB75E
RGB
CMYK
RGB Variations
Color information
#6DB75E (or 0x6DB75E) is known color: Apple. HEX triplet: 6D, B7 and 5E. RGB value is (109,183,94). Sum of RGB (Red+Green+Blue) = 109+183+94=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB75E is #9248A1. Grayscale: #979797. Windows color (decimal): -9586850 or 6207341. OLE color: 6207341.
HSL color Cylindrical-coordinate representation of color #6DB75E: hue angle of 109.89º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DB75E is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 94 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.28 |
| HSL | 109.89º | 0.38% | 0.54% | - |
| HSV(B) | 109.89º | 0.49% | 0.72% | - |
| XYZ | 25.26 | 37.93 | 16.58 | - |
| YUV | 150.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 94 | 0.40 | 0 | 0.49 | 0.28 | 109.89 | 0.38 | 0.54 |
| Hex | 6D | B7 | 5E | 28 | 0 | 31 | 1C | 6E | 26 | 36 |
| Octal | 155 | 267 | 136 | 50 | 0 | 61 | 34 | 156 | 46 | 66 |
| Binary | 1101101 | 10110111 | 1011110 | 101000 | 0 | 110001 | 11100 | 1101110 | 100110 | 110110 |
Color Harmonies of #6DB75E
Complementary color
Monochromatic Colors of #6DB75E
Black with #6DB75E
Text Example
Text Example
White with #6DB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB75E; }
p { color: rgb(109,183,94); }
H1.HeaderClassName
{
color: #6DB75E;
}
.AnyTagClassName
{
color: #6DB75E;
}
</style>
background-color css
<style>
a { background-color: #6DB75E; }
a { background-color: rgb(109,183,94); }
div.DivClassName
{
background-color: #6DB75E;
}
.BgClassName
{
background-color: #6DB75E;
}
</style>
border-color css
<style>
span { border-color: #6DB75E; }
span { border-color: rgb(109,183,94); }
td.TdClassName
{
border-color: #6DB75E;
}
.TagClassName
{
border-color: #6DB75E;
}
</style>