Shades of Apple #6CA550
Tints of Apple #6CA550
RGB
CMYK
RGB Variations
Color information
#6CA550 (or 0x6CA550) is known color: Apple. HEX triplet: 6C, A5 and 50. RGB value is (108,165,80). Sum of RGB (Red+Green+Blue) = 108+165+80=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA550 is #935AAF. Grayscale: #8A8A8A. Windows color (decimal): -9657008 or 5285228. OLE color: 5285228.
HSL color Cylindrical-coordinate representation of color #6CA550: hue angle of 100.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CA550 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 165 | 80 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.35 |
| HSL | 100.24º | 0.35% | 0.48% | - |
| HSV(B) | 100.24º | 0.52% | 0.65% | - |
| XYZ | 21.09 | 30.68 | 12.4 | - |
| YUV | 138.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 165 | 80 | 0.35 | 0 | 0.52 | 0.35 | 100.24 | 0.35 | 0.48 |
| Hex | 6C | A5 | 50 | 23 | 0 | 34 | 23 | 64 | 23 | 30 |
| Octal | 154 | 245 | 120 | 43 | 0 | 64 | 43 | 144 | 43 | 60 |
| Binary | 1101100 | 10100101 | 1010000 | 100011 | 0 | 110100 | 100011 | 1100100 | 100011 | 110000 |
Color Harmonies of #6CA550
Complementary color
Monochromatic Colors of #6CA550
Black with #6CA550
Text Example
Text Example
White with #6CA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA550; }
p { color: rgb(108,165,80); }
H1.HeaderClassName
{
color: #6CA550;
}
.AnyTagClassName
{
color: #6CA550;
}
</style>
background-color css
<style>
a { background-color: #6CA550; }
a { background-color: rgb(108,165,80); }
div.DivClassName
{
background-color: #6CA550;
}
.BgClassName
{
background-color: #6CA550;
}
</style>
border-color css
<style>
span { border-color: #6CA550; }
span { border-color: rgb(108,165,80); }
td.TdClassName
{
border-color: #6CA550;
}
.TagClassName
{
border-color: #6CA550;
}
</style>