Shades of Apple #6DB65A
Tints of Apple #6DB65A
RGB
CMYK
RGB Variations
Color information
#6DB65A (or 0x6DB65A) is known color: Apple. HEX triplet: 6D, B6 and 5A. RGB value is (109,182,90). Sum of RGB (Red+Green+Blue) = 109+182+90=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB65A is #9249A5. Grayscale: #959595. Windows color (decimal): -9587110 or 5944941. OLE color: 5944941.
HSL color Cylindrical-coordinate representation of color #6DB65A: hue angle of 107.61º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DB65A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 90 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.29 |
| HSL | 107.61º | 0.39% | 0.53% | - |
| HSV(B) | 107.61º | 0.51% | 0.71% | - |
| XYZ | 24.88 | 37.45 | 15.59 | - |
| YUV | 149.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 90 | 0.40 | 0 | 0.51 | 0.29 | 107.61 | 0.39 | 0.53 |
| Hex | 6D | B6 | 5A | 28 | 0 | 33 | 1D | 6C | 27 | 35 |
| Octal | 155 | 266 | 132 | 50 | 0 | 63 | 35 | 154 | 47 | 65 |
| Binary | 1101101 | 10110110 | 1011010 | 101000 | 0 | 110011 | 11101 | 1101100 | 100111 | 110101 |
Color Harmonies of #6DB65A
Complementary color
Monochromatic Colors of #6DB65A
Black with #6DB65A
Text Example
Text Example
White with #6DB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB65A; }
p { color: rgb(109,182,90); }
H1.HeaderClassName
{
color: #6DB65A;
}
.AnyTagClassName
{
color: #6DB65A;
}
</style>
background-color css
<style>
a { background-color: #6DB65A; }
a { background-color: rgb(109,182,90); }
div.DivClassName
{
background-color: #6DB65A;
}
.BgClassName
{
background-color: #6DB65A;
}
</style>
border-color css
<style>
span { border-color: #6DB65A; }
span { border-color: rgb(109,182,90); }
td.TdClassName
{
border-color: #6DB65A;
}
.TagClassName
{
border-color: #6DB65A;
}
</style>