Shades of Apple #6DB94D
Tints of Apple #6DB94D
RGB
CMYK
RGB Variations
Color information
#6DB94D (or 0x6DB94D) is known color: Apple. HEX triplet: 6D, B9 and 4D. RGB value is (109,185,77). Sum of RGB (Red+Green+Blue) = 109+185+77=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB94D is #9246B2. Grayscale: #969696. Windows color (decimal): -9586355 or 5093741. OLE color: 5093741.
HSL color Cylindrical-coordinate representation of color #6DB94D: hue angle of 102.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6DB94D is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 77 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.27 |
| HSL | 102.22º | 0.44% | 0.51% | - |
| HSV(B) | 102.22º | 0.58% | 0.73% | - |
| XYZ | 25 | 38.48 | 13.13 | - |
| YUV | 149.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 77 | 0.41 | 0 | 0.58 | 0.27 | 102.22 | 0.44 | 0.51 |
| Hex | 6D | B9 | 4D | 29 | 0 | 3A | 1B | 66 | 2C | 33 |
| Octal | 155 | 271 | 115 | 51 | 0 | 72 | 33 | 146 | 54 | 63 |
| Binary | 1101101 | 10111001 | 1001101 | 101001 | 0 | 111010 | 11011 | 1100110 | 101100 | 110011 |
Color Harmonies of #6DB94D
Complementary color
Monochromatic Colors of #6DB94D
Black with #6DB94D
Text Example
Text Example
White with #6DB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB94D; }
p { color: rgb(109,185,77); }
H1.HeaderClassName
{
color: #6DB94D;
}
.AnyTagClassName
{
color: #6DB94D;
}
</style>
background-color css
<style>
a { background-color: #6DB94D; }
a { background-color: rgb(109,185,77); }
div.DivClassName
{
background-color: #6DB94D;
}
.BgClassName
{
background-color: #6DB94D;
}
</style>
border-color css
<style>
span { border-color: #6DB94D; }
span { border-color: rgb(109,185,77); }
td.TdClassName
{
border-color: #6DB94D;
}
.TagClassName
{
border-color: #6DB94D;
}
</style>