Shades of Apple #6CA640
Tints of Apple #6CA640
RGB
CMYK
RGB Variations
Color information
#6CA640 (or 0x6CA640) is known color: Apple. HEX triplet: 6C, A6 and 40. RGB value is (108,166,64). Sum of RGB (Red+Green+Blue) = 108+166+64=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA640 is #9359BF. Grayscale: #898989. Windows color (decimal): -9656768 or 4236908. OLE color: 4236908.
HSL color Cylindrical-coordinate representation of color #6CA640: hue angle of 94.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CA640 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 166 | 64 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.35 |
| HSL | 94.12º | 0.44% | 0.45% | - |
| HSV(B) | 94.12º | 0.61% | 0.65% | - |
| XYZ | 20.75 | 30.83 | 9.71 | - |
| YUV | 137.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 64 | 0.35 | 0 | 0.61 | 0.35 | 94.12 | 0.44 | 0.45 |
| Hex | 6C | A6 | 40 | 23 | 0 | 3D | 23 | 5E | 2C | 2D |
| Octal | 154 | 246 | 100 | 43 | 0 | 75 | 43 | 136 | 54 | 55 |
| Binary | 1101100 | 10100110 | 1000000 | 100011 | 0 | 111101 | 100011 | 1011110 | 101100 | 101101 |
Color Harmonies of #6CA640
Complementary color
Monochromatic Colors of #6CA640
Black with #6CA640
Text Example
Text Example
White with #6CA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA640; }
p { color: rgb(108,166,64); }
H1.HeaderClassName
{
color: #6CA640;
}
.AnyTagClassName
{
color: #6CA640;
}
</style>
background-color css
<style>
a { background-color: #6CA640; }
a { background-color: rgb(108,166,64); }
div.DivClassName
{
background-color: #6CA640;
}
.BgClassName
{
background-color: #6CA640;
}
</style>
border-color css
<style>
span { border-color: #6CA640; }
span { border-color: rgb(108,166,64); }
td.TdClassName
{
border-color: #6CA640;
}
.TagClassName
{
border-color: #6CA640;
}
</style>