Shades of Apple #6DB75A
Tints of Apple #6DB75A
RGB
CMYK
RGB Variations
Color information
#6DB75A (or 0x6DB75A) is known color: Apple. HEX triplet: 6D, B7 and 5A. RGB value is (109,183,90). Sum of RGB (Red+Green+Blue) = 109+183+90=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB75A is #9248A5. Grayscale: #969696. Windows color (decimal): -9586854 or 5945197. OLE color: 5945197.
HSL color Cylindrical-coordinate representation of color #6DB75A: hue angle of 107.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DB75A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 90 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.28 |
| HSL | 107.74º | 0.39% | 0.54% | - |
| HSV(B) | 107.74º | 0.51% | 0.72% | - |
| XYZ | 25.09 | 37.86 | 15.66 | - |
| YUV | 150.27 | 93.98 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 90 | 0.40 | 0 | 0.51 | 0.28 | 107.74 | 0.39 | 0.54 |
| Hex | 6D | B7 | 5A | 28 | 0 | 33 | 1C | 6C | 27 | 36 |
| Octal | 155 | 267 | 132 | 50 | 0 | 63 | 34 | 154 | 47 | 66 |
| Binary | 1101101 | 10110111 | 1011010 | 101000 | 0 | 110011 | 11100 | 1101100 | 100111 | 110110 |
Color Harmonies of #6DB75A
Complementary color
Monochromatic Colors of #6DB75A
Black with #6DB75A
Text Example
Text Example
White with #6DB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB75A; }
p { color: rgb(109,183,90); }
H1.HeaderClassName
{
color: #6DB75A;
}
.AnyTagClassName
{
color: #6DB75A;
}
</style>
background-color css
<style>
a { background-color: #6DB75A; }
a { background-color: rgb(109,183,90); }
div.DivClassName
{
background-color: #6DB75A;
}
.BgClassName
{
background-color: #6DB75A;
}
</style>
border-color css
<style>
span { border-color: #6DB75A; }
span { border-color: rgb(109,183,90); }
td.TdClassName
{
border-color: #6DB75A;
}
.TagClassName
{
border-color: #6DB75A;
}
</style>