Shades of Apple #6DB65E
Tints of Apple #6DB65E
RGB
CMYK
RGB Variations
Color information
#6DB65E (or 0x6DB65E) is known color: Apple. HEX triplet: 6D, B6 and 5E. RGB value is (109,182,94). Sum of RGB (Red+Green+Blue) = 109+182+94=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB65E is #9249A1. Grayscale: #969696. Windows color (decimal): -9587106 or 6207085. OLE color: 6207085.
HSL color Cylindrical-coordinate representation of color #6DB65E: hue angle of 109.77º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DB65E is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 94 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.29 |
| HSL | 109.77º | 0.38% | 0.54% | - |
| HSV(B) | 109.77º | 0.48% | 0.71% | - |
| XYZ | 25.06 | 37.52 | 16.51 | - |
| YUV | 150.14 | 96.32 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 94 | 0.40 | 0 | 0.48 | 0.29 | 109.77 | 0.38 | 0.54 |
| Hex | 6D | B6 | 5E | 28 | 0 | 30 | 1D | 6E | 26 | 36 |
| Octal | 155 | 266 | 136 | 50 | 0 | 60 | 35 | 156 | 46 | 66 |
| Binary | 1101101 | 10110110 | 1011110 | 101000 | 0 | 110000 | 11101 | 1101110 | 100110 | 110110 |
Color Harmonies of #6DB65E
Complementary color
Monochromatic Colors of #6DB65E
Black with #6DB65E
Text Example
Text Example
White with #6DB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB65E; }
p { color: rgb(109,182,94); }
H1.HeaderClassName
{
color: #6DB65E;
}
.AnyTagClassName
{
color: #6DB65E;
}
</style>
background-color css
<style>
a { background-color: #6DB65E; }
a { background-color: rgb(109,182,94); }
div.DivClassName
{
background-color: #6DB65E;
}
.BgClassName
{
background-color: #6DB65E;
}
</style>
border-color css
<style>
span { border-color: #6DB65E; }
span { border-color: rgb(109,182,94); }
td.TdClassName
{
border-color: #6DB65E;
}
.TagClassName
{
border-color: #6DB65E;
}
</style>