Shades of Apple #6DB85B
Tints of Apple #6DB85B
RGB
CMYK
RGB Variations
Color information
#6DB85B (or 0x6DB85B) is known color: Apple. HEX triplet: 6D, B8 and 5B. RGB value is (109,184,91). Sum of RGB (Red+Green+Blue) = 109+184+91=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB85B is #9247A4. Grayscale: #979797. Windows color (decimal): -9586597 or 6010989. OLE color: 6010989.
HSL color Cylindrical-coordinate representation of color #6DB85B: hue angle of 108.39º degrees, saturation: 0.4, 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 #6DB85B is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 91 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.28 |
| HSL | 108.39º | 0.4% | 0.54% | - |
| HSV(B) | 108.39º | 0.51% | 0.72% | - |
| XYZ | 25.34 | 38.29 | 15.95 | - |
| YUV | 150.97 | 94.15 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 91 | 0.41 | 0 | 0.51 | 0.28 | 108.39 | 0.4 | 0.54 |
| Hex | 6D | B8 | 5B | 29 | 0 | 33 | 1C | 6C | 28 | 36 |
| Octal | 155 | 270 | 133 | 51 | 0 | 63 | 34 | 154 | 50 | 66 |
| Binary | 1101101 | 10111000 | 1011011 | 101001 | 0 | 110011 | 11100 | 1101100 | 101000 | 110110 |
Color Harmonies of #6DB85B
Complementary color
Monochromatic Colors of #6DB85B
Black with #6DB85B
Text Example
Text Example
White with #6DB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB85B; }
p { color: rgb(109,184,91); }
H1.HeaderClassName
{
color: #6DB85B;
}
.AnyTagClassName
{
color: #6DB85B;
}
</style>
background-color css
<style>
a { background-color: #6DB85B; }
a { background-color: rgb(109,184,91); }
div.DivClassName
{
background-color: #6DB85B;
}
.BgClassName
{
background-color: #6DB85B;
}
</style>
border-color css
<style>
span { border-color: #6DB85B; }
span { border-color: rgb(109,184,91); }
td.TdClassName
{
border-color: #6DB85B;
}
.TagClassName
{
border-color: #6DB85B;
}
</style>