Shades of Apple #6DAD3D
Tints of Apple #6DAD3D
RGB
CMYK
RGB Variations
Color information
#6DAD3D (or 0x6DAD3D) is known color: Apple. HEX triplet: 6D, AD and 3D. RGB value is (109,173,61). Sum of RGB (Red+Green+Blue) = 109+173+61=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAD3D is #9252C2. Grayscale: #8D8D8D. Windows color (decimal): -9589443 or 4042093. OLE color: 4042093.
HSL color Cylindrical-coordinate representation of color #6DAD3D: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6DAD3D is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 61 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.32 |
| HSL | 94.29º | 0.48% | 0.46% | - |
| HSV(B) | 94.29º | 0.65% | 0.68% | - |
| XYZ | 22.09 | 33.48 | 9.71 | - |
| YUV | 141.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 61 | 0.37 | 0 | 0.65 | 0.32 | 94.29 | 0.48 | 0.46 |
| Hex | 6D | AD | 3D | 25 | 0 | 41 | 20 | 5E | 30 | 2E |
| Octal | 155 | 255 | 75 | 45 | 0 | 101 | 40 | 136 | 60 | 56 |
| Binary | 1101101 | 10101101 | 111101 | 100101 | 0 | 1000001 | 100000 | 1011110 | 110000 | 101110 |
Color Harmonies of #6DAD3D
Complementary color
Monochromatic Colors of #6DAD3D
Black with #6DAD3D
Text Example
Text Example
White with #6DAD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAD3D; }
p { color: rgb(109,173,61); }
H1.HeaderClassName
{
color: #6DAD3D;
}
.AnyTagClassName
{
color: #6DAD3D;
}
</style>
background-color css
<style>
a { background-color: #6DAD3D; }
a { background-color: rgb(109,173,61); }
div.DivClassName
{
background-color: #6DAD3D;
}
.BgClassName
{
background-color: #6DAD3D;
}
</style>
border-color css
<style>
span { border-color: #6DAD3D; }
span { border-color: rgb(109,173,61); }
td.TdClassName
{
border-color: #6DAD3D;
}
.TagClassName
{
border-color: #6DAD3D;
}
</style>