Shades of Apple #6DAC53
Tints of Apple #6DAC53
RGB
CMYK
RGB Variations
Color information
#6DAC53 (or 0x6DAC53) is known color: Apple. HEX triplet: 6D, AC and 53. RGB value is (109,172,83). Sum of RGB (Red+Green+Blue) = 109+172+83=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC53 is #9253AC. Grayscale: #8F8F8F. Windows color (decimal): -9589677 or 5483629. OLE color: 5483629.
HSL color Cylindrical-coordinate representation of color #6DAC53: hue angle of 102.47º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DAC53 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 83 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.33 |
| HSL | 102.47º | 0.35% | 0.5% | - |
| HSV(B) | 102.47º | 0.52% | 0.67% | - |
| XYZ | 22.62 | 33.38 | 13.43 | - |
| YUV | 143.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 83 | 0.37 | 0 | 0.52 | 0.33 | 102.47 | 0.35 | 0.5 |
| Hex | 6D | AC | 53 | 25 | 0 | 34 | 21 | 66 | 23 | 32 |
| Octal | 155 | 254 | 123 | 45 | 0 | 64 | 41 | 146 | 43 | 62 |
| Binary | 1101101 | 10101100 | 1010011 | 100101 | 0 | 110100 | 100001 | 1100110 | 100011 | 110010 |
Color Harmonies of #6DAC53
Complementary color
Monochromatic Colors of #6DAC53
Black with #6DAC53
Text Example
Text Example
White with #6DAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC53; }
p { color: rgb(109,172,83); }
H1.HeaderClassName
{
color: #6DAC53;
}
.AnyTagClassName
{
color: #6DAC53;
}
</style>
background-color css
<style>
a { background-color: #6DAC53; }
a { background-color: rgb(109,172,83); }
div.DivClassName
{
background-color: #6DAC53;
}
.BgClassName
{
background-color: #6DAC53;
}
</style>
border-color css
<style>
span { border-color: #6DAC53; }
span { border-color: rgb(109,172,83); }
td.TdClassName
{
border-color: #6DAC53;
}
.TagClassName
{
border-color: #6DAC53;
}
</style>