Shades of Apple #6DAC60
Tints of Apple #6DAC60
RGB
CMYK
RGB Variations
Color information
#6DAC60 (or 0x6DAC60) is known color: Apple. HEX triplet: 6D, AC and 60. RGB value is (109,172,96). Sum of RGB (Red+Green+Blue) = 109+172+96=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC60 is #92539F. Grayscale: #909090. Windows color (decimal): -9589664 or 6335597. OLE color: 6335597.
HSL color Cylindrical-coordinate representation of color #6DAC60: hue angle of 109.74º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DAC60 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 96 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.33 |
| HSL | 109.74º | 0.31% | 0.53% | - |
| HSV(B) | 109.74º | 0.44% | 0.67% | - |
| XYZ | 23.17 | 33.6 | 16.33 | - |
| YUV | 144.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 96 | 0.37 | 0 | 0.44 | 0.33 | 109.74 | 0.31 | 0.53 |
| Hex | 6D | AC | 60 | 25 | 0 | 2C | 21 | 6E | 1F | 35 |
| Octal | 155 | 254 | 140 | 45 | 0 | 54 | 41 | 156 | 37 | 65 |
| Binary | 1101101 | 10101100 | 1100000 | 100101 | 0 | 101100 | 100001 | 1101110 | 11111 | 110101 |
Color Harmonies of #6DAC60
Complementary color
Monochromatic Colors of #6DAC60
Black with #6DAC60
Text Example
Text Example
White with #6DAC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC60; }
p { color: rgb(109,172,96); }
H1.HeaderClassName
{
color: #6DAC60;
}
.AnyTagClassName
{
color: #6DAC60;
}
</style>
background-color css
<style>
a { background-color: #6DAC60; }
a { background-color: rgb(109,172,96); }
div.DivClassName
{
background-color: #6DAC60;
}
.BgClassName
{
background-color: #6DAC60;
}
</style>
border-color css
<style>
span { border-color: #6DAC60; }
span { border-color: rgb(109,172,96); }
td.TdClassName
{
border-color: #6DAC60;
}
.TagClassName
{
border-color: #6DAC60;
}
</style>