Shades of Apple #6DB95A
Tints of Apple #6DB95A
RGB
CMYK
RGB Variations
Color information
#6DB95A (or 0x6DB95A) is known color: Apple. HEX triplet: 6D, B9 and 5A. RGB value is (109,185,90). Sum of RGB (Red+Green+Blue) = 109+185+90=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB95A is #9246A5. Grayscale: #979797. Windows color (decimal): -9586342 or 5945709. OLE color: 5945709.
HSL color Cylindrical-coordinate representation of color #6DB95A: hue angle of 108º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DB95A is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 90 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.27 |
| HSL | 108º | 0.4% | 0.54% | - |
| HSV(B) | 108º | 0.51% | 0.73% | - |
| XYZ | 25.5 | 38.69 | 15.8 | - |
| YUV | 151.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 90 | 0.41 | 0 | 0.51 | 0.27 | 108 | 0.4 | 0.54 |
| Hex | 6D | B9 | 5A | 29 | 0 | 33 | 1B | 6C | 28 | 36 |
| Octal | 155 | 271 | 132 | 51 | 0 | 63 | 33 | 154 | 50 | 66 |
| Binary | 1101101 | 10111001 | 1011010 | 101001 | 0 | 110011 | 11011 | 1101100 | 101000 | 110110 |
Color Harmonies of #6DB95A
Complementary color
Monochromatic Colors of #6DB95A
Black with #6DB95A
Text Example
Text Example
White with #6DB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB95A; }
p { color: rgb(109,185,90); }
H1.HeaderClassName
{
color: #6DB95A;
}
.AnyTagClassName
{
color: #6DB95A;
}
</style>
background-color css
<style>
a { background-color: #6DB95A; }
a { background-color: rgb(109,185,90); }
div.DivClassName
{
background-color: #6DB95A;
}
.BgClassName
{
background-color: #6DB95A;
}
</style>
border-color css
<style>
span { border-color: #6DB95A; }
span { border-color: rgb(109,185,90); }
td.TdClassName
{
border-color: #6DB95A;
}
.TagClassName
{
border-color: #6DB95A;
}
</style>