Shades of Apple #6DAC41
Tints of Apple #6DAC41
RGB
CMYK
RGB Variations
Color information
#6DAC41 (or 0x6DAC41) is known color: Apple. HEX triplet: 6D, AC and 41. RGB value is (109,172,65). Sum of RGB (Red+Green+Blue) = 109+172+65=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAC41 is #9253BE. Grayscale: #8D8D8D. Windows color (decimal): -9589695 or 4303981. OLE color: 4303981.
HSL color Cylindrical-coordinate representation of color #6DAC41: hue angle of 95.33º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6DAC41 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 65 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.33 |
| HSL | 95.33º | 0.45% | 0.46% | - |
| HSV(B) | 95.33º | 0.62% | 0.67% | - |
| XYZ | 22.01 | 33.14 | 10.24 | - |
| YUV | 140.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 65 | 0.37 | 0 | 0.62 | 0.33 | 95.33 | 0.45 | 0.46 |
| Hex | 6D | AC | 41 | 25 | 0 | 3E | 21 | 5F | 2D | 2E |
| Octal | 155 | 254 | 101 | 45 | 0 | 76 | 41 | 137 | 55 | 56 |
| Binary | 1101101 | 10101100 | 1000001 | 100101 | 0 | 111110 | 100001 | 1011111 | 101101 | 101110 |
Color Harmonies of #6DAC41
Complementary color
Monochromatic Colors of #6DAC41
Black with #6DAC41
Text Example
Text Example
White with #6DAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC41; }
p { color: rgb(109,172,65); }
H1.HeaderClassName
{
color: #6DAC41;
}
.AnyTagClassName
{
color: #6DAC41;
}
</style>
background-color css
<style>
a { background-color: #6DAC41; }
a { background-color: rgb(109,172,65); }
div.DivClassName
{
background-color: #6DAC41;
}
.BgClassName
{
background-color: #6DAC41;
}
</style>
border-color css
<style>
span { border-color: #6DAC41; }
span { border-color: rgb(109,172,65); }
td.TdClassName
{
border-color: #6DAC41;
}
.TagClassName
{
border-color: #6DAC41;
}
</style>