Shades of Apple #6CA855
Tints of Apple #6CA855
RGB
CMYK
RGB Variations
Color information
#6CA855 (or 0x6CA855) is known color: Apple. HEX triplet: 6C, A8 and 55. RGB value is (108,168,85). Sum of RGB (Red+Green+Blue) = 108+168+85=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA855 is #9357AA. Grayscale: #8C8C8C. Windows color (decimal): -9656235 or 5613676. OLE color: 5613676.
HSL color Cylindrical-coordinate representation of color #6CA855: hue angle of 103.37º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CA855 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 85 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.34 |
| HSL | 103.37º | 0.33% | 0.5% | - |
| HSV(B) | 103.37º | 0.49% | 0.66% | - |
| XYZ | 21.83 | 31.85 | 13.59 | - |
| YUV | 140.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 85 | 0.36 | 0 | 0.49 | 0.34 | 103.37 | 0.33 | 0.5 |
| Hex | 6C | A8 | 55 | 24 | 0 | 31 | 22 | 67 | 21 | 32 |
| Octal | 154 | 250 | 125 | 44 | 0 | 61 | 42 | 147 | 41 | 62 |
| Binary | 1101100 | 10101000 | 1010101 | 100100 | 0 | 110001 | 100010 | 1100111 | 100001 | 110010 |
Color Harmonies of #6CA855
Complementary color
Monochromatic Colors of #6CA855
Black with #6CA855
Text Example
Text Example
White with #6CA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA855; }
p { color: rgb(108,168,85); }
H1.HeaderClassName
{
color: #6CA855;
}
.AnyTagClassName
{
color: #6CA855;
}
</style>
background-color css
<style>
a { background-color: #6CA855; }
a { background-color: rgb(108,168,85); }
div.DivClassName
{
background-color: #6CA855;
}
.BgClassName
{
background-color: #6CA855;
}
</style>
border-color css
<style>
span { border-color: #6CA855; }
span { border-color: rgb(108,168,85); }
td.TdClassName
{
border-color: #6CA855;
}
.TagClassName
{
border-color: #6CA855;
}
</style>