Shades of Apple #6CA049
Tints of Apple #6CA049
RGB
CMYK
RGB Variations
Color information
#6CA049 (or 0x6CA049) is known color: Apple. HEX triplet: 6C, A0 and 49. RGB value is (108,160,73). Sum of RGB (Red+Green+Blue) = 108+160+73=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA049 is #935FB6. Grayscale: #868686. Windows color (decimal): -9658295 or 4825196. OLE color: 4825196.
HSL color Cylindrical-coordinate representation of color #6CA049: hue angle of 95.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CA049 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 73 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.37 |
| HSL | 95.86º | 0.37% | 0.46% | - |
| HSV(B) | 95.86º | 0.54% | 0.63% | - |
| XYZ | 19.96 | 28.81 | 10.81 | - |
| YUV | 134.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 73 | 0.32 | 0 | 0.54 | 0.37 | 95.86 | 0.37 | 0.46 |
| Hex | 6C | A0 | 49 | 20 | 0 | 36 | 25 | 60 | 25 | 2E |
| Octal | 154 | 240 | 111 | 40 | 0 | 66 | 45 | 140 | 45 | 56 |
| Binary | 1101100 | 10100000 | 1001001 | 100000 | 0 | 110110 | 100101 | 1100000 | 100101 | 101110 |
Color Harmonies of #6CA049
Complementary color
Monochromatic Colors of #6CA049
Black with #6CA049
Text Example
Text Example
White with #6CA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA049; }
p { color: rgb(108,160,73); }
H1.HeaderClassName
{
color: #6CA049;
}
.AnyTagClassName
{
color: #6CA049;
}
</style>
background-color css
<style>
a { background-color: #6CA049; }
a { background-color: rgb(108,160,73); }
div.DivClassName
{
background-color: #6CA049;
}
.BgClassName
{
background-color: #6CA049;
}
</style>
border-color css
<style>
span { border-color: #6CA049; }
span { border-color: rgb(108,160,73); }
td.TdClassName
{
border-color: #6CA049;
}
.TagClassName
{
border-color: #6CA049;
}
</style>