Shades of Apple #6DB75D
Tints of Apple #6DB75D
RGB
CMYK
RGB Variations
Color information
#6DB75D (or 0x6DB75D) is known color: Apple. HEX triplet: 6D, B7 and 5D. RGB value is (109,183,93). Sum of RGB (Red+Green+Blue) = 109+183+93=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB75D is #9248A2. Grayscale: #969696. Windows color (decimal): -9586851 or 6141805. OLE color: 6141805.
HSL color Cylindrical-coordinate representation of color #6DB75D: hue angle of 109.33º 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 #6DB75D is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 93 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.28 |
| HSL | 109.33º | 0.38% | 0.54% | - |
| HSV(B) | 109.33º | 0.49% | 0.72% | - |
| XYZ | 25.22 | 37.91 | 16.34 | - |
| YUV | 150.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 93 | 0.40 | 0 | 0.49 | 0.28 | 109.33 | 0.38 | 0.54 |
| Hex | 6D | B7 | 5D | 28 | 0 | 31 | 1C | 6D | 26 | 36 |
| Octal | 155 | 267 | 135 | 50 | 0 | 61 | 34 | 155 | 46 | 66 |
| Binary | 1101101 | 10110111 | 1011101 | 101000 | 0 | 110001 | 11100 | 1101101 | 100110 | 110110 |
Color Harmonies of #6DB75D
Complementary color
Monochromatic Colors of #6DB75D
Black with #6DB75D
Text Example
Text Example
White with #6DB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB75D; }
p { color: rgb(109,183,93); }
H1.HeaderClassName
{
color: #6DB75D;
}
.AnyTagClassName
{
color: #6DB75D;
}
</style>
background-color css
<style>
a { background-color: #6DB75D; }
a { background-color: rgb(109,183,93); }
div.DivClassName
{
background-color: #6DB75D;
}
.BgClassName
{
background-color: #6DB75D;
}
</style>
border-color css
<style>
span { border-color: #6DB75D; }
span { border-color: rgb(109,183,93); }
td.TdClassName
{
border-color: #6DB75D;
}
.TagClassName
{
border-color: #6DB75D;
}
</style>