Shades of Apple #6CAC56
Tints of Apple #6CAC56
RGB
CMYK
RGB Variations
Color information
#6CAC56 (or 0x6CAC56) is known color: Apple. HEX triplet: 6C, AC and 56. RGB value is (108,172,86). Sum of RGB (Red+Green+Blue) = 108+172+86=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAC56 is #9353A9. Grayscale: #8F8F8F. Windows color (decimal): -9655210 or 5680236. OLE color: 5680236.
HSL color Cylindrical-coordinate representation of color #6CAC56: hue angle of 104.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CAC56 is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 86 | - |
| CMYK | 0.37 | 0 | 0.5 | 0.33 |
| HSL | 104.65º | 0.34% | 0.51% | - |
| HSV(B) | 104.65º | 0.5% | 0.67% | - |
| XYZ | 22.62 | 33.37 | 14.05 | - |
| YUV | 143.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 86 | 0.37 | 0 | 0.5 | 0.33 | 104.65 | 0.34 | 0.51 |
| Hex | 6C | AC | 56 | 25 | 0 | 32 | 21 | 69 | 22 | 33 |
| Octal | 154 | 254 | 126 | 45 | 0 | 62 | 41 | 151 | 42 | 63 |
| Binary | 1101100 | 10101100 | 1010110 | 100101 | 0 | 110010 | 100001 | 1101001 | 100010 | 110011 |
Color Harmonies of #6CAC56
Complementary color
Monochromatic Colors of #6CAC56
Black with #6CAC56
Text Example
Text Example
White with #6CAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC56; }
p { color: rgb(108,172,86); }
H1.HeaderClassName
{
color: #6CAC56;
}
.AnyTagClassName
{
color: #6CAC56;
}
</style>
background-color css
<style>
a { background-color: #6CAC56; }
a { background-color: rgb(108,172,86); }
div.DivClassName
{
background-color: #6CAC56;
}
.BgClassName
{
background-color: #6CAC56;
}
</style>
border-color css
<style>
span { border-color: #6CAC56; }
span { border-color: rgb(108,172,86); }
td.TdClassName
{
border-color: #6CAC56;
}
.TagClassName
{
border-color: #6CAC56;
}
</style>