Shades of Apple #6CA856
Tints of Apple #6CA856
RGB
CMYK
RGB Variations
Color information
#6CA856 (or 0x6CA856) is known color: Apple. HEX triplet: 6C, A8 and 56. RGB value is (108,168,86). Sum of RGB (Red+Green+Blue) = 108+168+86=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA856 is #9357A9. Grayscale: #8C8C8C. Windows color (decimal): -9656234 or 5679212. OLE color: 5679212.
HSL color Cylindrical-coordinate representation of color #6CA856: hue angle of 103.9º degrees, saturation: 0.32, 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 #6CA856 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 86 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.34 |
| HSL | 103.9º | 0.32% | 0.5% | - |
| HSV(B) | 103.9º | 0.49% | 0.66% | - |
| XYZ | 21.87 | 31.87 | 13.8 | - |
| YUV | 140.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 86 | 0.36 | 0 | 0.49 | 0.34 | 103.9 | 0.32 | 0.5 |
| Hex | 6C | A8 | 56 | 24 | 0 | 31 | 22 | 68 | 20 | 32 |
| Octal | 154 | 250 | 126 | 44 | 0 | 61 | 42 | 150 | 40 | 62 |
| Binary | 1101100 | 10101000 | 1010110 | 100100 | 0 | 110001 | 100010 | 1101000 | 100000 | 110010 |
Color Harmonies of #6CA856
Complementary color
Monochromatic Colors of #6CA856
Black with #6CA856
Text Example
Text Example
White with #6CA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA856; }
p { color: rgb(108,168,86); }
H1.HeaderClassName
{
color: #6CA856;
}
.AnyTagClassName
{
color: #6CA856;
}
</style>
background-color css
<style>
a { background-color: #6CA856; }
a { background-color: rgb(108,168,86); }
div.DivClassName
{
background-color: #6CA856;
}
.BgClassName
{
background-color: #6CA856;
}
</style>
border-color css
<style>
span { border-color: #6CA856; }
span { border-color: rgb(108,168,86); }
td.TdClassName
{
border-color: #6CA856;
}
.TagClassName
{
border-color: #6CA856;
}
</style>